Results 1 to 4 of 4

Thread: PHP mail() Hotmail

  1. #1
    Join Date
    Apr 2008
    Location
    Limoges, France
    Posts
    395
    Thanks
    13
    Thanked 61 Times in 61 Posts

    Thumbs down PHP mail() Hotmail

    Who has the solution for using mail() to successfully send emails to xxx@hotmail.com email addresses?

    974,000 results are returned when searching google for "php mail hotmail", and a TON of "solutions" can be found, but I have not found one that works.

    --You can skip this part if you want--

    I have a database full of email addresses of people who have requested information about an upcoming event. My boss wants to send emails to all of them about the event. 80% are hotmail addresses. This seems unusual in itself, but it's true.

    I will have a database full of email addresses of people who have bought paid for tickets to the event. Likely 5000+. We need to send "tickets" to each of these email addresses.

    I've not dealt with bulk email like this before...

    --Continue reading--

    1. Who can tell me how to send mail to HOTMAIL addresses using php mail()? (for example an email asking a new user to validate the email address they just signed up with)

    AND

    2. What is the best solution for sending bulk email if you have email addresses in a mysql database? (Not spam)

    Thank you all very very much!

    I can't wait to learn how to do this.

    Jason
    Last edited by JasonDFR; 10-16-2008 at 06:53 AM.

  2. #2
    Join Date
    Oct 2008
    Posts
    42
    Thanks
    0
    Thanked 9 Times in 9 Posts

    Default

    Take a look into swiftmailer

  3. #3
    Join Date
    Apr 2008
    Location
    Limoges, France
    Posts
    395
    Thanks
    13
    Thanked 61 Times in 61 Posts

    Default

    I have some more information regarding the first post in this thread.

    I think that the problem is not with the php mail() function, rather it is with how our email server is configured.

    Email messages to hotmail.com and some other domains, osu.edu being one, will not be delivered.

    Messages from our mail server are being marked as SPAM or "the message scored extremely high on the spam scale."

    Can anyone confirm my thoughts about this and point me to some good advice on configuring the mail server so messages to hotmail.com will be successfully delivered to the recieptents?

    Thanks a lot!

    Jason

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    HoTMaiL maintains a rather over-zealous spam filter with dubious motives, and as such many of us have decided to boycott it, setting up an automatic responder for mail originating from HoTMaiL servers. More information can be found here: http://www.hunsicker.com/boycott.html.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •