Closed
Description
Description
A simple command to send an email via the console (bin/console
). It can be used for a test. There is already a command like this in the Swiftmailer Bundle (swiftmailer:email:send
).
Example
$ bin/console mail:send
From
> [email protected]
To
>[email protected]
Subject
> A amazing subject!
Body
> Tell your life...
Email sent!