Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Mailer][Webhook] Add MailerSend support#53583

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

Closed

Conversation

@doobas
Copy link
Contributor

@doobasdoobas commentedJan 19, 2024
edited
Loading

QA
Branch?7.1
Bug fix?no
New feature?yes
Deprecations?no
LicenseMIT

Support webhooks fromMailerSend
MailerSend developersdocumentation

@carsonbot
Copy link

Hey!

To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done?

Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review.

Cheers!

Carsonbot

@doobasdoobas marked this pull request as ready for reviewJanuary 19, 2024 10:28
@carsonbotcarsonbot added this to the7.1 milestoneJan 19, 2024
@carsonbot
Copy link

Hey!

Thanks for your PR. You are targeting branch "7.1" but it seems your PR description refers to branch "7.1 for features".
Could you update the PR description or change target branch? This helps core maintainers a lot.

Cheers!

Carsonbot

@carsonbot
Copy link

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

Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
@xabbuh
Copy link
Member

You will also have to addsymfony/webhook as a dev dependency to the MailerSend bridge'scomposer.json file.

doobas and OskarStark reacted with thumbs up emoji

@doobasdoobas requested a review fromxabbuhJanuary 19, 2024 10:40
@OskarStarkOskarStark changed the title[Mailer][Webhook] Add MailerSend webhook support[Mailer][Webhook] Add MailerSend supportJan 22, 2024
protectedfunctiondoParse(Request$request, #[\SensitiveParameter]string$secret): ?AbstractMailerEvent
{
if ($secret) {

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This empty line should be removed

$content =$request->toArray();
if (
!isset($content['type'],$content['data']['email']['message']['id'],$content['data']['email']['recipient']['email'])
) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Should be all on one line

@fabpot
Copy link
Member

As I cannot push upstream, I've finished the work here:#53740

@fabpotfabpot closed thisFeb 3, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@OskarStarkOskarStarkOskarStark approved these changes

@xabbuhxabbuhAwaiting requested review from xabbuh

Assignees

No one assigned

Projects

None yet

Milestone

7.1

Development

Successfully merging this pull request may close these issues.

5 participants

@doobas@carsonbot@xabbuh@fabpot@OskarStark

[8]ページ先頭

©2009-2025 Movatter.jp