Not Able to Send Mails from PHP Scripts Print

  • 182

If you are facing issues sending mails from your WordPress, drupal, etc. scripts, then don't worry.

In recent days, we have found many outdated or nulled scripts installed on servers sending spam mails by phpmail() which is enabled by default on all scripts. PHP mail () doesn't require any authorization and emails can go out without logging into the mail account on the server. To prevent this GoSSDHosting has decided to disable the phpmail() function.

How can I send emails now?

The answer is, SMTP. You need to enter SMTP details in your PHP Script.


WordPress users can install this plugin "Postman SMTP" and it will auto-configure your SMTP details.

Here are the SMTP default details:

Host: secure.notfounderror.com
Port: 465 / 25 /587
Username: youemail@domain.com
Pass: yourmailpassword


(NOTE: Email entered should exist on server i.e you need to create an email account in cpanel)

Regards,
GoSSDHosting


Was this answer helpful?

« Back

Powered by WHMCompleteSolution