I am thinking to provide Bulk email service to my clients , email list will be provided by them.
I want to know how other people provide this service.
Will sending mail through a php script that will fetch email addresses from a txt file (about 100k)
and then send a mail to them through mail() function work <<<< will it work.
will my messages go to spam box?
Pls help
Thanks in advance
Bulk Emails
Started by arxh, Aug 27 2010 09:50 AM
3 replies to this topic
#1
Posted 27 August 2010 - 09:50 AM
|
|
|
#2
Posted 27 August 2010 - 03:43 PM
Whether your messages will go to the spam box depends on the content of the email and how the recipient's inbox is configured.
#3
Posted 27 August 2010 - 09:25 PM
If SPF records are set up properly, and there are no possible blacklistings/spam domains in your server (unlikely if it's a good quality vps/ded.) then your messages most likely may not go into spam by standard convention. Remember to add headers to your mail() command such as mime-type and reply-to, these are what a lot of anti-spams look for.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Guest_johnny.dacu_*
Posted 30 August 2010 - 09:41 AM
Guest_johnny.dacu_*
Not sure about it but i know that if are received many emails from same domain in a short amount of time, a server will mark them as spam


Sign In
Create Account


Back to top









