I'm using wampserver 2.0 on windows server 2008 R2 Standard. SMTP Virtual Server is installed on the server. In php.ini I have the following configuration:
[mail function]
SMTP = 000.00.000.000 //IP do servidor SMTP, substituí o IP original só para exemplo
smtp_port = 25
sendmail_from = [email protected] //coloquei meu-dominio só para o exemplo
;sendmail_path =
;mail.force_extra_parameters =
mail.add_x_header = On
;mail.log =
I'm trying to send email in two ways:
SMTP server response: 550 5.7.1 Unable to relay [email protected]
Does anyone have any ideas how to solve the problem?