I had a web application in PHP which hosted in GoDaddy server . The site is a type of movie database and discussion . I have to send mass mail to my registered users from my application. For eg. at the time of a movie release I have to send mass mail to users , also I have to send theatre updates etc etc .... From some journals I heard that PHP mail function is not enough for doing that. I am nooby for this case and please suggest me a better option for this . Will goDaddy allow mass mail using PHP mail function ? Thanks in advance
feedback
|
|
According to GoDaddy's policy: http://help.godaddy.com/article/313?locale=en
I've had problems sending a lot of emails using PHP's
| |||
|
feedback
|
|
You shouldn't be sending mass emails directly from your web server. I am pretty sure, unless you have a guy taking care of deliverability, that your emails will run into trouble. And you won't even know! Your best bet is to build a list management system and use one of these providers to deliver your email for you: If you don't have the resources to build your own list management system, I would recommend you go with MailChimp because they're fantastic for newsletters and what not. | |||
|
feedback
|