webcalendar icon indicating copy to clipboard operation
webcalendar copied to clipboard

Webcalendar 1.3.0 - Mail issues

Open frangat opened this issue 5 years ago • 9 comments

  • 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 mail127 Mail setting in 1.30 mail130

frangat avatar Apr 26 '19 07:04 frangat

Creating a new event, the following message appears:

E-Mail Errore

smtp_connect_failed
Cambiamenti salvati correttamente

frangat avatar May 02 '19 18:05 frangat

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.

frangat avatar May 03 '19 10:05 frangat

we have the same problem! Get you any solution?

heraklid avatar Jun 30 '19 11:06 heraklid

No answer at all. I stick to 1.27 version.

frangat avatar Jul 01 '19 05:07 frangat

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

janvanl avatar Aug 14 '19 22:08 janvanl

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?

marcnyc2001 avatar May 01 '20 18:05 marcnyc2001

I wanted to report that when changing to SMTP I was able to make it work with port 26

marcnyc2001 avatar May 01 '20 19:05 marcnyc2001

Just hitted similar bug on lastest master. For me it's just that "tls" is forced in WebCalMailer.php. Should be configurable.

elacour avatar Jan 03 '23 09:01 elacour

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

elacour avatar Jan 03 '23 10:01 elacour