Jump to content

Mails are not recevied


KaramChand

Recommended Posts

Hello,

We send our software upgrade details over email once a user has given his old order number and email address.

We generate the mail format using the following code:

[code]
                           $message  =     "Greetings,\n\nBlahBlahBlah\n\n";
               $message .=    "BlahBlahBlah\n\n";
               $message .=     "BlahBlahBlah\n";
               $message .=    "BlahBlahBlah\n\n";
               $message .=    "BlahBlahBlah";
               $message .=    "BlahBlahBlah\n\n";
               $message .=  "BlahBlahBlah\n\n";
               $message .=    "BlahBlahBlah\n\n";
               $message .=    "BlahBlahBlah\n\n";
               $message .=    "BlahBlahBlahn\n";
               $message .=    "BlahBlahBlah\n\n";
               $message .=    "BlahBlahBlah\n\n";
               $message .=    "Regards,\nKaram Chand";
            
               $headers .=  "Bcc: support_upgrade@xxx.com\r\n";

                           $myname  = "Karam Chand Support";
                           $myemail = "noreply@xxx.com";
                           $subject = "Blah Blah Blah - Download instructions and registration code";  
                          
                           $ret = mail( $email, $subject, $message, $headers );

[/code]

As you can see we send a BCC to us too.

We receive all the upgrade mails but sometimes some of our customers dont get it. The percentage is like 20% which is pretty huge.

What might be the problem?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.