Control Web Panel

WebPanel => E-Mail => Topic started by: mason64 on December 07, 2024, 01:22:36 PM

Title: We Cant verify that this email came from the sender so it might not be safe ...
Post by: mason64 on December 07, 2024, 01:22:36 PM
Hey

Just wondering how i can stop this message coming up when sending an email via a contact form on a site i have hosted. is it a IP issue or a server setting that i need to change or do i need to add any dns records ?

Thanks in advanced.

Dave
Title: Re: We Cant verify that this email came from the sender so it might not be safe ...
Post by: overseer on December 07, 2024, 02:23:09 PM
Is it via a php script? Does it use the php mail function or does it properly authenticate via SMTP?
Title: Re: We Cant verify that this email came from the sender so it might not be safe ...
Post by: mason64 on December 07, 2024, 08:07:07 PM
its the plugin fluent forms on wordpress i didnt set any smtp settings so must be via php mail function
Thanks
Dave
Title: Re: We Cant verify that this email came from the sender so it might not be safe ...
Post by: cyberspace on December 07, 2024, 10:26:42 PM
Then install some SMTP plugin for Wordpress like "WordPress Mail SMTP" and configure it to send emails using SMTP with authorization.
Title: Re: We Cant verify that this email came from the sender so it might not be safe ...
Post by: overseer on December 08, 2024, 12:54:12 AM
Yes, the php mail function is not safe to use and is deprecated in AlmaLinux -- so use a proper alternative (SMTP) that authenticates, logs, and has manageable rate limits.