neos / swiftmailer

A Flow package for easy use of SwiftMailer
MIT License
14 stars 18 forks source link

FEATURE: Implements Endpoint for Swift_Image class #20

Open SC-cmarquardt opened 4 years ago

SC-cmarquardt commented 4 years ago

Adds Image.php Class as endpoint for the Swift_Image Class for embedding Images into messages. See: https://swiftmailer.symfony.com/docs/messages.html#embedding-inline-media-files

SC-cmarquardt commented 3 years ago

Hi @daniellienert , can you please merge this PR? Thanks

ichnoweb commented 3 years ago

@kdambekalns my idea is to have a single package interface. Not to fetch the Message class from this package, the Image class from Swiftmailer directly etc.

(I transfered ownership, that's why a "new user" replies)