craigk5n / webcalendar

WebCalendar is a PHP application used to maintain a calendar for a single user or an intranet group of users. It can also be configured as an event calendar.
http://www.k5n.us/webcalendar.php
GNU General Public License v2.0
149 stars 71 forks source link

Not able to send with SMTP #370

Open RealSebFox opened 1 year ago

RealSebFox commented 1 year ago

Hello,

Webcalendar 1.3 doesn't send E-Mail at all. It quits loading /edit_entry_handler.php with the following error:

Fatal error: Uncaught Error: Call to undefined method PHPMailer\PHPMailer\PHPMailer::IcsAttach() in /var/www/clients/client11/web89/web/webcalendar/includes/classes/WebCalMailer.php:74 Stack trace: #0 /var/www/clients/client11/web89/web/webcalendar/edit_entry_handler.php(994): WebCalMailer->WC_Send(**REDACTED**) #1 {main} thrown in /var/www/clients/client11/web89/web/webcalendar/includes/classes/WebCalMailer.php on line 74

Thank you!