-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Fixing the FROM email creds for tokenized email transports #14661
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 6.x #14661 +/- ##
=========================================
Coverage 64.67% 64.67%
Complexity 34678 34678
=========================================
Files 2273 2273
Lines 103599 103599
=========================================
+ Hits 66999 67000 +1
+ Misses 36600 36599 -1
|
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.
Thanks @escopecz!
@escopecz sparkpost is required for testing of this PR , do we have any any documentation to install sparkpost plugin ? |
@dadarya0 It's linked int he PR description. Let me know if you have some trouble installing it. |
In PR description link is redirecting to sparkpost repository and did not found more information in readme file. |
We should fix that! In the mean time, you can:
|
Description
The existing test in the Sparkpost plugin started to fail due to bug in Mautic. This PR fixes the issue and makes the test pass again. This bug will be present in all tokenized email transports that use API to send emails instead of SMTP.
📋 Steps to test this PR:
Before this change the FROM address and FROM name on the sent email was the default from the global configuration.
With this change the FROM address and name is from your user or whatever email address you define in the FROM address field.