Hello I am trying to send email messages with swiftmailer version 4.0.3. I get a returncode 2. And it seems the messages are sent, however they don't arrive.
Ben sendmail taşıma modunu kullanıyorum
$this->psTransport = Swift_SendmailTransport::newInstance('/usr/sbin/sendmail -t');
Ben 2 bir dönüş kodu almak ve bir istisna olur.
Bu soruna aşina herkes?