all my outgoing mail is being sent as sender
get this
=?UTF-8?B?Um9hUmluRy5CaVogLSBU...
not roaring.biz
what mysql field do i edit to get rid of this garbaged string?
all my outgoing mail is being sent as sender
get this
=?UTF-8?B?Um9hUmluRy5CaVogLSBU...
not roaring.biz
what mysql field do i edit to get rid of this garbaged string? |
Its nothing to do with MySQL, I think it is the extra headers that Postfix has. I swapped from Postfix to Sendmail to get rid of the problem. I think if you search the forums other people reccommend taking out the \r part from the \r\n strings - I tried that but it didnt work for me. Use Postfix as your search keyword and you will find several other posts about this. |
no no my mail server works fine... something has garbled the send data... it's suppose to say DoNotReply@roaring.biz to who ever gets the mail
maybe it's an apache config problem.. i was messing around with it trying to speed things up. but it's definately not the mail server. any ideas on what to include in the apache file to make the sendmail send the right name to users instead of gobbilygook |
Are you definitely using sendmail or are you using Postfix? |
You will also get more help if you can provide more information, I suggest posting up the full headers of an email, and your apache and php settings related to email, and you SMTP server software. |
FIXED it. |