-
-
Notifications
You must be signed in to change notification settings - Fork 35
Fixed issue with Mailgun driver #67
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
Added bcc and cc to 'to' for MIME
|
Why all recipients should be added to the |
|
Also, please add appropriate tests. Your change is a black box right now. |
I was having an issue where recipients in the https://documentation.mailgun.com/en/latest/api-sending.html#sending Maybe I am misunderstanding it, but whenever I changed the code, I didn't have any more issues.
I will add the tests. |
Haha Yeah I suppose a screen shot of the information would have been the more direct approach than just linking the documentation. I'm just happy I helped out a little bit. |
|
I ran the code through the linter and corrected the semi colon issue. I ran the tests and they all cleared. Since the bugfix is covered by |
|
These tests are failing because there is no |
|
Nope. And thanks for the fix |
|
I'm glad I could contribute a little bit. Thank you guys, Adonis is awesome. |

Added bcc and cc to 'to' for MIME
Proposed changes
Added
bccandccrecipients to thetokey on the form for MIME to be able to process and send out emails.Types of changes
What types of changes does your code introduce?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...