Mar 20th, 2011, 6:21 PM
Hi Doug,
Hmmm! That's no good.
Two things:
- Are you using the Swift Mailer module, or the built-in email functionality? (PHP mail()). If the latter, I'd strongly recommending switching to configure it with SMTP. PHP mail() is pretty dreadful: something like this wouldn't shock me.
- Would it be possible for you to email me the raw email content for the blank email (ben.keen@gmail.com)? If not, take a look at it yourself and see if anything looks unusual in the to or cc headers. Or even, check if your server logs the emails being sent out. If it does, check for errors and even the content being sent. That may well help track the problem down.
It sounds like there's something wrong with the generated headers, but I'd like to look at the raw content to actually see.
- Ben
Hmmm! That's no good.
Two things:
- Are you using the Swift Mailer module, or the built-in email functionality? (PHP mail()). If the latter, I'd strongly recommending switching to configure it with SMTP. PHP mail() is pretty dreadful: something like this wouldn't shock me.
- Would it be possible for you to email me the raw email content for the blank email (ben.keen@gmail.com)? If not, take a look at it yourself and see if anything looks unusual in the to or cc headers. Or even, check if your server logs the emails being sent out. If it does, check for errors and even the content being sent. That may well help track the problem down.
It sounds like there's something wrong with the generated headers, but I'd like to look at the raw content to actually see.
- Ben