Quote Originally Posted by steve_rm
Please could you tell me what I might be doing wrong to send e-mail out on my own computer.

Steve
steve

try my code given above.
to be honest with you i the only thing i changed was the relay to 127.0.0.1 in my smtp server. this allowed the emails to be sent succsessfully through
SmtpMail.SmtpServer = "127.0.0.1"
or
SmtpMail.SmtpServer = "localhost"

before you try it again
stop your smtp
delete all the files in the queue folder
then restart it because i think i heard somewhere that that may hold it up.