zend-mail
zend-mail copied to clipboard
Mail component from Zend Framework
as dev-master already use php ^7.1
"JMAP is intended to be a new standard for email clients to connect to mail stores. It therefore intends to primarily replace IMAP + SMTP submission. It is also designed...
## Description E-mail Return-Path is not set correctly because it only uses the last forced e-mail address, so as workaround I implemented this code change to give priority to the...
Fixes the issue as described in #222.
`Zend\Mail\Transport\SendMail` always append envelope-from parameter. But I want to set any envelope-from. In this PR, only when not set option `-f`, set `-f` option automatically. This means if I set...
The current documentation is missing this crucial requirement for the multipart/alternative + attachments section. This had me stumped for a long time and I finally found the solution here: https://akrabat.com/sending-attachments-in-multipart-emails-with-zendmail/...
Hi, guys. I just found that `mail()` function does not generate the proper error that can be handled by `handleMailErrors()` method ("_Temporary error handler for PHP native mail()_" as pointed...