-
Notifications
You must be signed in to change notification settings - Fork 1
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
ical file should be sent as attachment on BPGES immediate notification #66
Comments
Moving this here in case there's confusion: |
@nalonsopress - I mentioned in the other thread that your bug appears to be caused by your usage of the SparkPost WP plugin. Maybe they did not implement all of PHPMailer's properties. |
It's a file_get_contents issue, it's expecting a path, but @boonebgorges passed it a variable. Sparkpost corrected this it looks like , we just need to upgrade. When I implemented this patch, it works fine.
Thanks again guys. |
Ah, interesting. I intentionally used PHPMailer's |
I think we currently provide a link to download the .ics file, but it would be better (mail client would recognize) if we actually attached the .ics file. This is a request from the folks at MLA, and I can work on it for them in a couple weeks, but it's a good enhancement for the plugin more generally.
ccing @r-a-y just as an fyi :)
The text was updated successfully, but these errors were encountered: