Skip to content

v2024.15

Compare
Choose a tag to compare
@mirekmarek mirekmarek released this 02 Oct 09:43
· 9 commits to master since this release

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