zend-mail icon indicating copy to clipboard operation
zend-mail copied to clipboard

Mail component from Zend Framework

Results 72 zend-mail issues
Sort by recently updated
recently updated
newest added

"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...

bug
awaiting author updates

This fixes the issue described in #22

bug

`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...

See individual commit messages for details.

bug