Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mailer] Support Return-Path in SesApiAsyncAwsTransport#37913
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
[Mailer] Support Return-Path in SesApiAsyncAwsTransport#37913
Uh oh!
There was an error while loading.Please reload this page.
Conversation
61de269 to47ef3a9Comparefabpot commentedAug 22, 2020
Can you have a look at the tests and fix them? |
Enable sending `SendEmailRequest`s with a `Return-Path` configured in`SesApiAsyncAwsTransport`.
47ef3a9 to61754cbComparecvmiert commentedAug 22, 2020
I am not quite sure how to fix that one failing Travis build. The tests would fail specifically on this assertion before#37888 got accepted. Could it be that the code that build is running against is somehow not completely up to date? |
fabpot commentedAug 23, 2020
Thank you@cvmiert. |
Enable sending
SendEmailRequests with aReturn-Pathconfigured inSesApiAsyncAwsTransport.