muquit / mailsend

A program to send mail via SMTP from command line
Other
295 stars 68 forks source link

Verify e-mail transmission? #54

Closed rtg20 closed 10 years ago

rtg20 commented 10 years ago

Hi is it possible to test whether or not an e-mail was sent? We had some problems with e-mails not being sent due to an Internet connectivity problem. thanks! (we were using mailsend in a CMD file.)

muquit commented 10 years ago

mailsend can only tell if the mail was accepted by the SMTP server or not. That you can determine by checking the exit code of mailsend. mailsend exits with 0 if mail is accepted my SMTP server, 1 if there is some kind of error. Please use v1.17b14 or the latest version if you can compile from source.

Thanks.

rtg20 commented 10 years ago

Brilliant. thanks!