Skip to content

Commit

Permalink
Merge pull request symfony#587
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] authored May 10, 2019
2 parents c33b011 + 79b579b commit da2b16d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions symfony/amazon-mailer/4.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"env": {
"#1": "MAILER_DSN=smtp://$AWS_ACCESS_KEY:$AWS_SECRET_KEY@ses",
"#2": "MAILER_DSN=http://$AWS_ACCESS_KEY:$AWS_SECRET_KEY@ses"
}
}
6 changes: 6 additions & 0 deletions symfony/mailchimp-mailer/4.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"env": {
"#1": "MAILER_DSN=smtp://$MANDRILL_USERNAME:$MANDRILL_PASSWORD@mandrill",
"#2": "MAILER_DSN=http://$MANDRILL_KEY@mandrill"
}
}
6 changes: 6 additions & 0 deletions symfony/mailgun-mailer/4.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"env": {
"#1": "MAILER_DSN=smtp://$MAILGUN_USERNAME:$MAILGUN_PASSWORD@mailgun",
"#2": "MAILER_DSN=http://$MAILGUN_KEY:$MAILGUN_DOMAIN@mailgun"
}
}
5 changes: 5 additions & 0 deletions symfony/postmark-mailer/4.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"#1": "MAILER_DSN=smtp://$POSTMARK_ID@postmark"
}
}
5 changes: 5 additions & 0 deletions symfony/sendgrid-mailer/4.3/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"#1": "MAILER_DSN=smtp://$SENDGRID_KEY@sendgrid"
}
}

0 comments on commit da2b16d

Please sign in to comment.