mail icon indicating copy to clipboard operation
mail copied to clipboard

A handy library for creating and sending emails in PHP

Results 14 mail issues
Sort by recently updated
recently updated
newest added

### Bug Description bad match if image name have ( ) example: `` some wron on https://github.com/nette/mail/blob/master/src/Mail/Message.php#L197

- bug fix? no - new feature? yes - BC break? no - doc PR: would be nice to have Intended to periodically test the other mailers. I'm not sure...

Version: 3.1.5 ### Bug Description Whenever there is a bigger base64 encoded image in E-mail we get this exception: ![image](https://user-images.githubusercontent.com/9303856/103207238-21bf2480-48fe-11eb-8441-3669eeeab0eb.png) ### Steps To Reproduce It's clear from bug description ###...

hi, Can the recipient pass in an array? ![image](https://user-images.githubusercontent.com/33743760/89768697-8421af00-db2e-11ea-8aea-d86846967147.png)

Make analog function of perl [MIME::Entity::make_singlepart](https://metacpan.org/release/MIME-tools/source/lib/MIME/Entity.pm#L1178) OR Allow to operate MimePart::$parts (eg. get array, remove element, sorting, set array)

- [ ] bug report? - [x] feature request? - [x] version: 2.4 - 3.0 I create a [extension for configure FallbackMailer](https://github.com/JanGalek/MailFallback) in neon, I think, than it would be...

Fatal error in : `\vendor\nette\mail\src\Mail\SmtpMailer.php on line 128` i'm using `php_sockets`, how i do ?

Setting envelope addres can be disiabled using: 'SendmailMailer->setEnvelopeFrom(false);' - new feature - see more #96

Version: 4.0.2 ### Bug Description I have very simple code to send email using SendmailMailer. Everything is working in nette/mail v3.1.11. When I upgrade to nette/mail v4.0.2 there is error:...