Hi
I am new to PHP development, I have this project to develop an email sender to a large list. I have two concerns.
1) I am using server mail() function to send mails , but as I dont want every body's name to be shown in "To" list I am calling mail () function in a loop passing each email address at a time. This doesnt seems to be efficient. Is there any other good way.
2) some mail servers cannot receive html mail and they either reject mail or show html tags in content. How can this problem be overcome.