SMTP Authentication Required for Port 587: Error and Resolution Guide

thumb_up 80  ·  sell If you are getting this error message on some of your Email form, there is a chance your script is not working with secure authent, your scripts or your client’s scripts should always authenticate, it’s called ‘POP-before-SMTP’. You can enable this by moving to , on cPanel servers you can enable relay through IMAP or POP if th, Troubleshooting message submission on port 587, Fixing SMTP authentication for port 587, SMTP AUTH port 587 error

If you are getting this error message on some of your Email forms via PHP, there is a chance your script is not working with secure authentication via SMTP.

SMTP AUTH is required for message submission on port 587

That’s one of the ways to prevent spam issues on your server.

However, if you can’t update your code and need a fix quickly, on cPanel servers you can enable relay through IMAP or POP if they have authenticated in the last hour, it’s called ‘POP-before-SMTP’. You can enable this by moving to WHM – Tweak Settings

Then set this option to On:

Allow users to relay mail if they use an IP address through which someone has validated an IMAP or POP3 login within the last hour (Pop-before-SMTP)

That should get rid of that error message.

Remember this should be used as a temporary solution, your scripts or your client’s scripts should always authenticate via SMTP in order to send message. Having this option always ON may impact negatively in your email security.

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

Enabling Global Gzip Compression in WHM for All Accounts and Websites

Apache mod_deflate module is one of the best friends of a cPanel system administrator. It allows you to save bandwidth and accelerate page…

arrow_forward
description

Validating and Confirming cPanel License Information

cPanel and WHM is the #1 leading control panel in the web hosting market. And time ago we posted a post about how to get a free cpanel…

arrow_forward
description

Changing SSH Port via WHM for Enhanced Security

This is a new way I found to reset ssh port from WHM control panel if you ever lost SSH access because you forgot what is the port you are…

arrow_forward
description

Essential Nginx Modules for cPanel and WHM: Top 4 Picks

As we all know, cPanel doesn’t fully support Nginx yet, it will be ready in the future as it is one of the most requested features from…

arrow_forward
description

A Guide to Utilizing the MultiPHP INI Editor in cPanel

With the new EasyApache 4 we have a new option called MultiPHP INI Editor. It’s a simple PHP editor for WHM users who need to change PHP…

arrow_forward
arrow_back « Back