webcalendar
webcalendar copied to clipboard
Webcalendar 1.3.0 - Mail issues
- Installed following instructions, everything ok.
- In the same server is installed 1.27 version, working well since years
- Databases and settings are identical
- Activities log in both version report correctly reminders and notifications
- Email Mailer set for PHP (in 1.30 SMTP fields are shown, but as far as I know, in this case are useless)
- Php 5.6.40
I receive email messages from 1.27 version, but nothing from 1.30. What could I check?
Mail setting in 1.27
Mail setting in 1.30
Creating a new event, the following message appears:
E-Mail Errore
smtp_connect_failed
Cambiamenti salvati correttamente
No way to send email in 1.30 version. Tried different server, different version (php 5.6, 7.1), different db (imported from 1.27 and starting from scratch). In all these conditions version 1.27 runs smoothly.
we have the same problem! Get you any solution?
No answer at all. I stick to 1.27 version.
Hi, when e-mail is activated the program crashes, PHP give the following errors. I tried PHPMail - Sendmail - SMTP None is working,
[Wed Aug 14 23:51:15.629195 2019] [fcgid:warn] [pid 14278] [client 123.123.123.123:40424] mod_fcgid: read data timeout in 45 seconds, referer: https://....../edit_entry.php?date=20190815&defusers=&hour=11&minute=15 [Wed Aug 14 23:51:15.629246 2019] [core:error] [pid 14278] [client 123.123.123.123:40424] End of script output before headers: edit_entry_handler.php, referer: https://....../edit_entry.php?date=20190815&defusers=&hour=11&minute=15
Is there anyone that has E-Mail working on 1.30?
Reegards, JAn
I have the same problem as well... is there a solution to the "smtp_connect_failed" error? The strange thing is that I have my mailer set to "PHP Mail" so why would I get an "smtp_connect_failed" if I'm not using STMP?
I wanted to report that when changing to SMTP I was able to make it work with port 26
Just hitted similar bug on lastest master. For me it's just that "tls" is forced in WebCalMailer.php. Should be configurable.
Just hitted similar bug on lastest master. For me it's just that "tls" is forced in WebCalMailer.php. Should be configurable.
I just made a pull request for this: https://github.com/craigk5n/webcalendar/pull/337