We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DKIM passed with zend previous versions (als on Magento), now dkim failes when using zend. When using Outlook with same SMTP settings, dkim passes.
$message = new Message(); $message->addTo($recipient) ->addFrom(****) ->setSubject('Maintenanceplus - contact') ->setBody($body); // Send E-mail message (SMTP) $transport = new SmtpTransport(); $options = new SmtpOptions(array( 'name' => 'maintenanceplus.nl', 'host' => 'mail.maintenanceplus.nl', 'port' => 587, 'connection_class' => 'login', 'connection_config' => array( 'username' => *, 'password' => * 'ssl' => 'tls' ), )); $transport->setOptions($options); $transport->send($message);
Mail is send to recipent with passed dkim
dkim failed with zend, but when sending via outlook (same smtp settings) the dkim passes. Also in my Magento webstore the same happens!
Originally posted by @Jilco at zendframework/zend-mail#242
The text was updated successfully, but these errors were encountered:
Some further investigation says that only hotmail has the problem, gmail doesn't fail dkim.
Originally posted by @Jilco at zendframework/zend-mail#242 (comment)
Sorry, something went wrong.
Closing issue due to being inactive for more than 1 year.
No branches or pull requests
DKIM passed with zend previous versions (als on Magento), now dkim failes when using zend. When using Outlook with same SMTP settings, dkim passes.
Code to reproduce the issue
Expected results
Mail is send to recipent with passed dkim
Actual results
dkim failed with zend, but when sending via outlook (same smtp settings) the dkim passes. Also in my Magento webstore the same happens!
Originally posted by @Jilco at zendframework/zend-mail#242
The text was updated successfully, but these errors were encountered: