Jump to content

sendmail() function.........


robcrozier

Recommended Posts

Ho, i use the sendmail() function quite a bit and im having a few issues when receiving the emails.  It seems like a couple of accounts do not receive the intended emails (for example 'gmail' and 'AOL' email accounts)???

 

Can anyone suggest a valid explanation for this, or have you came across the problems yourself?

 

Any ideas on how to solve it?

 

Cheers!

Link to comment
https://forums.phpfreaks.com/topic/71005-sendmail-function/
Share on other sites

sorry yes you are correct mail().

 

No the messages are not showing up at all???  I tried sending the same message to a Pipex supplied DSL account and it works fine, yet not to 'gmail' account??? Not in spam etc!

 

The from: header is also configured as an appropriate and valid email address.

 

HELP!

Link to comment
https://forums.phpfreaks.com/topic/71005-sendmail-function/#findComment-357019
Share on other sites

it can be said something precisely if u send the code that u have writen

 

With most things, yes, with the mail() function, No!

 

It's standards are as well defined as any of the PHP functions, but the headers parameter that it accepts is what governs which mail servers will happily receive it.

 

However, by posting the code we will be able to see which headers you're currently using.

 

Regards

Huggie

Link to comment
https://forums.phpfreaks.com/topic/71005-sendmail-function/#findComment-357054
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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