Control Web Panel

WebPanel => SSL => Topic started by: drivel2787 on November 12, 2021, 02:40:37 PM

Title: SSL for PHP default to send mail via SSL from contact forms from wordpress sites
Post by: drivel2787 on November 12, 2021, 02:40:37 PM
I wanted to see if anyone has setup wordpress/cwp to default to SSL for sending your email when people fill out contact forms.  Today, mine doesn't appear to do so and I have to manually setup a Wordpress SMTP plugin to get it to work.  I was wondering how one can setup to default to this on the server back end  to avoid this extra leg work.
Title: Re: SSL for PHP default to send mail via SSL from contact forms from wordpress sites
Post by: Netino on November 13, 2021, 08:31:49 PM
Depends on how are you sending mails.
If you sending via "mail" Wordpress php function, the connection need send via SMTP TLS connection.

Check this adress:

<https://www.saotn.org/send-authenticated-smtp-email-over-tls-wordpress/>
 (http://<https://www.saotn.org/send-authenticated-smtp-email-over-tls-wordpress/>)

Regards,
Netino