Jump to content

iloveny

Members
  • Posts

    42
  • Joined

  • Last visited

    Never

Posts posted by iloveny

  1. I have tried to add the following header, but it still doesn't work. The email still won't send to my hotmail.

     

    $headers = 'From: ' . $email . "\r\n" .

    'Reply-To: ' . $email . "\r\n" .

    'MIME-Version: 1.0' . "\r\n".

    'Content-type: text/html; charset=iso-8859-1' . "\r\n" .

    'X-Mailer: PHP/' . phpversion();

     

    Can somebody help me out please?

     

    Thanks a lot guys!!

  2. Hi Oconkero!

     

    I actually have the same problem with you and am looking for a solution.

     

    Please read this thread by me before:

    http://www.phpfreaks.com/forums/index.php/topic,131130.0.html

     

    I have a script that send an email to myself. When the recipient's email was either hotmail / yahoo, they won't be able to receive the email. I tried to send to another email of mine (not hotmail / yahoo), and it worked like charm.

     

    My assumption is either Yahoo and Hotmail has automatic delete on their server to prevent spammer.

     

    But, my question is: how can we send an email, let's email verification / password reset, to our clients that are using hotmail / yahoo?

  3. Brad was right. If you send it to hotmail / yahoo / gmail, they automatically delete it. Basically, they don't like email from mail server, I think.

     

    This being said, we have a new problem. How about if we need to send information to our clients, the clients' emails are stored in MySQL, and (to make it easy) we write a script that will send email to each one of our clients that are listed in our database? If our clients' emails are hotmail, yahoo or gmail, they will not receive our message. This will be a big problem, isn't it?

     

    Thanks guys!!!

  4. sn33kyp3t3, yes I did try that and I also tried others codes that were as simple as the one you showed me. But it still doesnt work.

    I was also assuming something going wrong with the mail server, and I contacted my hosting server and yes they have SMTP server installed and run properly.

     

    What left is what Brad said. I sent to hotmail and yahoo. I should try send it to another email address. Thanks a lot guys! I will post the result here.

     

    Thanks!

  5. Hi guyfromfl!

     

    I have tried so many times, but the PHP script to email just don't work. I have also tried it in different server in case I missed the PHP.ini setting. All with no result. I have also tried to use different script from somebody else, it don't work. The funny thing is, it doesn't have any error message. It is successfully sent out, but I didn't receive any email that suppose to be in my inbox.

     

    Did you use your own server or did you share hosting as well?

     

    Thanks!!

  6. I haven't tested whether it will work properly or not. If it works properly and I don't need to change PHP.ini, then it's great!

     

    However, I believe when dealing with Window hosting, we will need to change the PHP.ini setting. When we host the website in LINUX hosting, I don't think we need to change PHP.ini. I haven't confirmed this yet, it is just my assumption. Do you have any idea?

     

    Thanks!

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.