Notice: Undefined index: server in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 16

Notice: Undefined index: port in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 17

Notice: Undefined index: helo in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 18

Notice: Undefined index: from in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 19

Notice: Undefined index: body in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 20

Notice: Undefined index: recipient in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 21

Notice: Undefined index: auth in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 22

Notice: Undefined index: user in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 23

Notice: Undefined index: pass in /home/www/www.phpguru.org/htdocs/downloads/smtp5/example.php on line 24
SMTP Test utility

SMTP test utility

Server
Port
HELO
From
Recipient
Body
Use authentication?
Auth user
Auth pass
RECIEVED: 220 p15191764.pureserver.info ESMTP Postfix
 SENDING: HELO localhost
RECIEVED: 250 p15191764.pureserver.info SENDING: MAIL FROM:<root@localhost>
RECIEVED: 250 Ok SENDING: RCPT TO:<root@localhost>
RECIEVED: 250 Ok SENDING: DATA
RECIEVED: 354 End data with <CR><LF>.<CR><LF> SENDING: Subject: The subject To: root@localhost From: root@localhost
SENDING:
SENDING: This is the body...
SENDING: .
RECIEVED: 250 Ok: queued as 82B301800082 SENDING: RSET
RECIEVED: 250 Ok