-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
✨ [Mailer] Add Mailjet bridge #36541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
edited
Q | A |
---|---|
Branch? | master |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
Tickets | no |
License | MIT |
Doc PR | symfony/symfony-docs#14095 |
cc30b0c
to
b881f9b
Compare
565a9ae
to
bc1685e
Compare
@tcheymol what about Api transport with mailjet ? i was working on it before i saw your PR so perhaps i can help if you have not done already ? |
@lwillems Yes, I started working on it, but I needed a first working version quite quick, so, I did not work on the Api part at first |
ea96e6f
to
ccf7e8a
Compare
ccf7e8a
to
00d0b38
Compare
@fabpot Yes, that is my plan indeed :) |
@tcheymol Can you submit a PR on symfony/recipes (you can have a look at other notifier bridge recipes to get some inspiration)? |
@fabpot You are right, I will look at the recipes, I will work on this this week |
00d0b38
to
51b3f67
Compare
b10612f
to
e4f54e3
Compare
@lwillems I have been working on API integration, if you want to help me with your experience, I would love it |
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetTransportFactory.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php
Outdated
Show resolved
Hide resolved
87cd915
to
c844dcb
Compare
c844dcb
to
17b2439
Compare
By the way, how do you handle Packagist repositories creation ? |
Not sure I understand the question, but the code is automatically extracted to its own repository which is then submitted to Packagist. |
Provides Mailjet integration for Symfony Mailer. | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra blank lines can be removed
|
||
|
||
Configuration examples : | ||
--------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be removed as it's not a title.
--------- | ||
|
||
```dotenv | ||
# Api usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API
```dotenv | ||
# Api usage | ||
MAILER_DSN=mailjet+api://$PUBLIC_KEY:$PRIVATE_KEY@default | ||
# Smtp usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SMTP
@tcheymol Can you fix the minor issues so that I can merge? Thank you. |
17b2439
to
ee77fee
Compare
Thank you @tcheymol. |
This PR was merged into the master branch. Discussion ---------- [Mailer] Add documentation for Mailjet mailer Documenting the introduction of the Mailjet mailer component ref: [symfony/symfony#36541 (comment)](symfony/symfony#36541) Commits ------- 8586afa [Mailer] Add documentation for Mailjet mailer