Could not send email notifications. Please notify webmaster at ...

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ztank
Posts: 36
Joined: Thu Dec 19, 2024 3:59 pm

Could not send email notifications. Please notify webmaster at ...

Post by ztank »

HESK 3.5.2

Hello klemen,
in Settings > Email, I turned on "Send email using SMTP server" and Test SMTP connection returns "Success: Connection successful!".
So far so good.

Unfortunately when trying to open a ticket I get this message (debug mode turned on):

Code: Select all

Note
Could not send email notifications. Cound not send the message to: <agent email address supposed to get the email notification>

Error: SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): SSL operation failed with code 1.
OpenSSL Error messages: error:0A00018A:SSL routines::dh key too smallSMTP server error: QUIT command failed Detail:
[...]
I looked for error:0A00018A on the web and I think I realized the problem is (mail)server side because it is probably using a too weak DH key (?)
Am I right? If yes, is there a way to make the client (HESK) use it anyway? I am afraid the mail server is note easily and readily upgradable...

Thanks.
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Re: Could not send email notifications. Please notify webmaster at ...

Post by Klemen »

Yes, that's an underlying server problem.

I don't know of a work-around, you will most likely need to secure the OpenSSL and the chiper the sever uses.

https://www.acunetix.com/blog/articles/ ... hardening/
https://ssl-config.mozilla.org/
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply