SMTP mail configuration

eduplus

New Member
Messages
5
Reaction score
0
Points
1
To send mail from my PHP script I have configured the mailer settings like this:

SMTP login: Yes
SMTP username: username@domain.tld
SMTP password: ********
SMTP server: mail.domain.tld
SMTP port: 587

But every time I try to send mail from the server, I fail. I have tried this script in another server and was successful in sending mails but not here.
Can you please send me a solution.
 

Anna

I am just me
Staff member
Messages
11,739
Reaction score
579
Points
113
You will not be able to use SMTP inside the php script, especially not if the you are using a third party mail provider doing so.

All mail traffic originating from the server will need to go through our spamfilters.
 
Top