Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------ * 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
- Loading branch information