This project is using the symfony/mailer
which provides a really good flexibility in order to use
a 3rd party transport.
3rd parties such as:
- Amazon SES ->
composer require symfony/amazon-mailer
- Gmail ->
composer require symfony/google-mailer
- MailChimp ->
composer require symfony/mailchimp-mailer
- Mailgun ->
composer require symfony/mailgun-mailer
- Postmark ->
composer require symfony/postmark-mailer
- SendGrid ->
composer require symfony/sendgrid-mailer
Apart from the mandatory parameters, you will need:
Value example: your@email.com
Value example: 1he-p@$w0rd
Value example: {'jira.user.account_id': 'his/her@email.com', ...}
It will set the email destination from the user which will receive the email as a notification.
- Create the
.env
file from its dist version:cp .env.dist .env
- Update the
.env
values - Execute it:
php console
or./console