Hi!
Good job but it doesnt work on hotmail:
$smtp=new smtp_class;
$smtp->host_port=25;
$smtp->host_name="smtp.live.com";
$smtp->user="$email_decrypt";
$smtp->password="$pass_decrypt";
$smtp->ssl=0;
$smtp->start_tls=1;
$from = "
[email protected]";
$subject = "Hola!";
$smtp->timeout=2;
$smtp->debug=1;
$smtp->workstation="";
$smtp->authentication_mechanism="";
$smtp->realm="";
S 235 2.7.0 Authentication succeeded
C MAIL FROM:<>
C RCPT TO:<
[email protected]>
C RCPT TO:<
[email protected]>
C DATA
S 501 5.5.4 Invalid Email address
The error Invalid Email Address appears always.
The from mail and recepeints mails exist!
How can i fix it?