Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[Mailer] feat(mailer): Add AhaSend Mailer doc#20361
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
It looks like you unchecked the "Allow edits from maintainer" box. That is fine, but please note that if you have multiple commits, you'll need to squash your commits into one before this can be merged. Or, you can check the "Allow edits from maintainers" box and the maintainer can squash for you. Cheers! Carsonbot |
This PR was squashed before being merged into the 7.3 branch.Discussion----------[Mailer] Add AhaSend Bridge| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | no| New feature? | yes| Deprecations? | no| Issues || License | MIT| Doc PR |symfony/symfony-docs#20361| Recipe PR |symfony/recipes#1350This PR adds support for a new mail bridge for the [AhaSend](https://ahasend.com) email service.It includes support for SMTP and API transports (along with support for attachments for the API transport), and both delivery and engagement webhooks.Commits-------3dfad14 [Mailer] Add AhaSend Bridge
This PR was squashed before being merged into the 7.3 branch.Discussion----------[Mailer] Add AhaSend Bridge| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | no| New feature? | yes| Deprecations? | no| Issues || License | MIT| Doc PR |symfony/symfony-docs#20361| Recipe PR |symfony/recipes#1350This PR adds support for a new mail bridge for the [AhaSend](https://ahasend.com) email service.It includes support for SMTP and API transports (along with support for attachments for the API transport), and both delivery and engagement webhooks.Commits-------3dfad14c714 [Mailer] Add AhaSend Bridge
This PR was squashed before being merged into the 7.3 branch.Discussion----------[Mailer] Add AhaSend Bridge| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | no| New feature? | yes| Deprecations? | no| Issues || License | MIT| Doc PR |symfony/symfony-docs#20361| Recipe PR |symfony/recipes#1350This PR adds support for a new mail bridge for the [AhaSend](https://ahasend.com) email service.It includes support for SMTP and API transports (along with support for attachments for the API transport), and both delivery and engagement webhooks.Commits-------3dfad14c714 [Mailer] Add AhaSend Bridge
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.
To be merged into version 7.3
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Thanks@OskarStark. The requested changes have been made, but I also pulled the latest changes from 7.3 to prevent any potential conflicts and changed the base for this PR to 7.3. Please let me know if this is a problem, we can close this PR and I'll create a fresh one from 7.3. |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
Merged! Thanks Farhad ... and congrats on your first Symfony Docs contribution 🎉 |
Uh oh!
There was an error while loading.Please reload this page.
This PR adds the necessary documentation for AhaSend Mailer Bridge and Webhooks.