Jump to content

Bulk Emails

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
arxh

arxh

    Newbie

  • Members
  • PipPip
  • 24 posts
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

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Whether your messages will go to the spam box depends on the content of the email and how the recipient's inbox is configured.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
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.

#4
Guest_johnny.dacu_*

Guest_johnny.dacu_*
  • Guests
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