Add the ics to PHP Mailer #267
Unanswered
GutyECUADOR
asked this question in
Q&A
Replies: 1 comment
-
Long time since you asked, but if somebody else is wondering. I used the following (in WordPress): https://gist.github.com/thomasfw/5df1a041fd8f9c939ef9d88d887ce023/ You can look at the code in the gist to see how it's done and borrow part of the code if you're using PHP Mailer stand alone or in another framework. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys any advise to add the ICS file like attachment with PHPMailer? I try $mailer->addAttachment($this->generateISC(), 'event.ics') But dont work;
Beta Was this translation helpful? Give feedback.
All reactions