MyBB Community Forums

Full Version: problems with php mail on GoDaddy [solution]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I have seen a number of feedbacks about PHP mail() problem on godaddy hosting.
The problem in utf8_encode function from class_mailerhandler.php
The subject of the mail encoded in chunks, which causes the problem.
I'm not guru of internet standards, I checked how Opencart does it and changed mybb accordingly:

function set_subject($ssubject)
{
$this->orig_subject = $this->cleanup($ssubject);
//all in single chunk
$this->subject = '=?UTF-8?B?'.base64_encode($ssubject).'?=';
}

Please check if subject of mail requires chunking.
up. I want to know if this works for real Wink
Hey im having a problem where my email is going to people's junk mail i tested with my own test accounts, went to hotmail junkmail what gives?

Need this resolved as there are users who are not IT savvy and will not look in junk to find it...

is this related?
(2013-03-06, 10:52 PM)MuslimBB Wrote: [ -> ]Hey im having a problem where my email is going to people's junk mail i tested with my own test accounts, went to hotmail junkmail what gives?

Need this resolved as there are users who are not IT savvy and will not look in junk to find it...

is this related?

Godaddy must be on a blacklist.

http://support.godaddy.com/groups/email/...junk-mail/

Ahh... the wonderful world of Godaddy, where the "hot" babes show off on their commercials and where they don't give a care.