mail
mail copied to clipboard
A handy library for creating and sending emails in PHP
Version: 3.1 ### Bug Description Embed files (images) `
Error "Header 'Subject' is not signed" in some 3rd party DKIM validation tools (like extension for Thunderbird). See lines below to understand: https://github.com/nette/mail/blob/8bb8926c097be5293b0093e8957117ff0797f329/src/Mail/SendmailMailer.php#L42 https://github.com/nette/mail/blob/8bb8926c097be5293b0093e8957117ff0797f329/src/Mail/DkimSigner.php#L21 https://github.com/nette/mail/blob/8bb8926c097be5293b0093e8957117ff0797f329/src/Mail/DkimSigner.php#L148
- bug fix - BC break? no Headers containing special characters such as Czech characters also need to be escaped before converting to utf-8. Example header `From: Kdo uteče, obědvá...
- bug fix / new feature? not sure - BC break? yes Currently, `setHTMLBody` in Nette\Mail supports a `basePath` for automatically embedding local images as CID attachments. Relative paths like...