millercj Posted September 3, 2011 Share Posted September 3, 2011 I'm using the php mail function and sending to Gmail accounts it shows "Unknown Sender" This is my header: $headers = "From: XXXXX\r\nReply-To: [email protected]"; $headers .= "\r\nContent-Type: text/html; charset='iso-8859-1' Content-Transfer-Encoding: 7bit"; I read somewhere that removing the "\r" would work but no luck... any help would be awesome Quote Link to comment https://forums.phpfreaks.com/topic/246331-mail-gmail-unknown-sender/ Share on other sites More sharing options...
voip03 Posted September 3, 2011 Share Posted September 3, 2011 "If the sender’s full email address is displayed, then Gmail thinks that you have not communicated with this sender in the past. If the email address is quite long, we'll show you a shortened version. Once Gmail concludes that you communicate with this sender (for example, if you reply to emails from this sender, or if you add this sender to your address book) we’ll stop displaying their address next to their name http://www.phpfreaks.com/forums/index.php?topic=342096.msg1615989#msg1615989 http://www.google.com/support/forum/p/gmail/thread?tid=620d5c4165fe89e8&hl=en Quote Link to comment https://forums.phpfreaks.com/topic/246331-mail-gmail-unknown-sender/#findComment-1265043 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.