Skip to main content

Mandrill Installed Mail Not Working properly

Comments

3 comments

  • cPanelMichael
    Hello :) For PHP scripts, you could add "mail" to the disable_functions line in your PHP configuration file so that SMTP authentication is utilized instead. The following document may also be helpful: How To Prevent Email Abuse Thank you.
    0
  • mbekezm
    Hello I read about adding "mail" to the disable_functions line .. What i read from another forum post is that if i add that line no mail will be sent from the server . What i am looking for is a way to prevent wordpress scripts/themes from sending unsolicited mail . Or maybe, if all the wordpress sites are forced to add an smtp plugin, would that work if i disable mail through the disable_functions line and can it still keep regular email accounts sending mail normally ?
    0
  • cPanelMichael
    ] Or maybe, if all the wordpress sites are forced to add an smtp plugin, would that work if i disable mail through the disable_functions line and can it still keep regular email accounts sending mail normally ?

    Yes, mail is still sent out from scripts after disabling the PHP "mail" function if you force them to use SMTP authentication for sending. Thank you.
    0

Please sign in to leave a comment.