Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-09-18 | 492 Bytes | |
v2024.15 source code.tar.gz | 2024-09-18 | 1.2 MB | |
v2024.15 source code.zip | 2024-09-18 | 2.3 MB | |
Totals: 3 Items | 3.5 MB | 0 |
Jet Core - Mailing
- Jet\Mailing_Email -> parseImages(): HTML images are now embedded in the HTML and not attached to the email as a special attachment.
- Jet\Mailing_Email: new method addAttachmentsData( string $file_name, string $file_mime_type, string $file_data ) : void
- Jet\Mailing_Email: new method addImageData( string $cid, string $file_name, string $file_mime_type, string $file_data ) : void
- New class internal Mailing_Email_File representing e-mail attachment