VVT
Active Member
Works like a charm@VVT
i resolved above problem.
I had fix the problem uncommenting line 300 of file:
apps/common/components/mailer/MailerPHPMailer.php
please give it a try!
@frm.mwz Below is the line you need to uncomment -
// for exim, the sender has to be the return path
// $mailer->Sender = $returnEmail;
@twisted1919 Can this also be corrected in the next version ? Thing is that the returnpath will be same as from email even if it's not a verified sending domain. The comment says it's for Exim, but I use postfix and it just works in the same way as Swift Mailer if the above line is uncommented. So I feel this is something we need to patch to the upstream to have concurrency with Swift Mailer.