Download the PHP package praetoriantechnology/smart-mailer without Composer
On this page you can find all versions of the php package praetoriantechnology/smart-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download praetoriantechnology/smart-mailer
More information about praetoriantechnology/smart-mailer
Files in praetoriantechnology/smart-mailer
Package smart-mailer
Short Description Smart mailer based on Symfony Mailer which supports dynamic source mailboxes and easy integration of files within emails
License GPL-3.0-or-later
Informations about the package smart-mailer
Praetorian Technology: Smart Mailer
Smart mailer is a simple library which assits sending of emails with use of symfony/mailer component. At the moment it requires SMTP connection, but grants features like easy embedding of images, easier attachments adding, exceptions tracking and use of string templates instead of files.
Sample use:
You can easily embed any image by using content id
of the resource. If your
filename is sample.png
then to embed just place cid:sample.png
in contents.
You can also define a custom name:
Then the substitution will be cid:othername
.
Warning: it is required for the name to be unique!
Roadmap
1.0: tests, comments 2.0: other transports than SMTP Servers 3.0: Pub/Sub queues support
Contribution
Any pull requests or issues reported are more than welcome.
License
GPL 3+
All versions of smart-mailer with dependencies
symfony/mailer Version ^6.0
symfony/mime Version ^6.0
symfony/twig-bridge Version ^6.0
twig/extra-bundle Version ^3.4
twig/twig Version ^3