Are you using Swift Mailer with a gmail account to send your emails? I did a little experimenting and now it appears that Gmail is overriding whatever information you enter in the "from" field and specifying their own (in my case, the email address I used as the Username field for the SMTP authentication).
I've been testing it without SMTP and everything works just fine. But with SMTP enabled, the "From" info goes haywire. I checked and it looks like everything being passed to the SMTP function looks okay, so I'm suspecting that it's the SMTP info overriding the settings specified - but I'll keep looking.
- Ben
I've been testing it without SMTP and everything works just fine. But with SMTP enabled, the "From" info goes haywire. I checked and it looks like everything being passed to the SMTP function looks okay, so I'm suspecting that it's the SMTP info overriding the settings specified - but I'll keep looking.
- Ben