-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
SparkPost doesn't send attachments #13546
Comments
New laravel version (5.2.31) and especially this commit 3d9e502 broke SparkPost driver ability to send attachments. I reverted the changes to old version:
and it worked well. My workaround for now is to rollback to previous version of laravel framework
|
@Nekudapsik This indeed fixes the issue for now. I will look into this when I have some free time today ;) |
I don't use SparkPost. I will need the community to maintain that driver by sending a PR to fix the issues. |
@taylorotwell This #13237 PR seems to break the functionality for attachments. I think the best way right now is to revert the changes so it doesn't break current installations and then we can look into a new implementation. What do you think? |
I'll take a look ... |
* [5.2] Fix SparkPost doesn't send attachments #13546 * CS Fix
This can be closed now. |
Hi,
As many other developers I migrated my application from Mandrill to SparkPost. Never had any issues with Mandrill, but I can' t send attachments.
I have a bit of example code here, but that is straight forward with Laravel. This does work with Mandrill, Mailgun, and the SMTP drivers. However SparkPost send the email, but forgets the attachments.
I also have a support ticket open at SparkPost, but this can be an issue with Laravel or SparkPost...
Is this a known issue?
The text was updated successfully, but these errors were encountered: