-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
BugGood first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.MailerStatus: Needs Review
Description
Symfony version(s) affected: 5.2
Description
I have symfony/mailer
and symfony/mailjet-mailer
installed.
My composer.json contains this.
{
#...
"symfony/mailer": "5.2.*",
"symfony/mailjet-mailer": "^5.2@dev",
#...
}
My .env
contains:
MAILER_DSN=mailjet+smtp://xxx:yyy@default
I get the following error:
The "mailjet+smtp" scheme is not supported.
I also get a similar error with mailjet+api
Metadata
Metadata
Assignees
Labels
BugGood first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.MailerStatus: Needs Review