mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-20 21:52:22 +03:00
commit
0b483896ab
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class Email_messages
|
|||
|
||||
$php_mailer = $this->get_php_mailer($recipient_email, $subject, $html);
|
||||
|
||||
$php_mailer->addStringAttachment($ics_stream, 'invitation.ics', PHPMailer::ENCODING_BASE64, 'text/vcalendar');
|
||||
$php_mailer->addStringAttachment($ics_stream, 'invitation.ics', PHPMailer::ENCODING_BASE64, 'text/calendar');
|
||||
|
||||
$php_mailer->send();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue