mail
mail copied to clipboard
A handy library for creating and sending emails in PHP
### 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:  ### Steps To Reproduce It's clear from bug description ###...
hi, Can the recipient pass in an array? 
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:...