CONSOLE MAIL v1.0
Developed by: Subin Ninan
www.securefolder.org


ConsoleMail application allows you to send email from command prompt, batch file or from any other application.

SYNTAX:
ConsoleMail.exe "Host" "Port" "SSL" "From" "Name" "Password" "To" "Subject" "Body"

Explanation:


HOST: Name or IP address of the host used for SMTP transaction


PORT: Port number to be used

SSL: True or False

FROM: email address of sender

NAME: sender's name

PASSWORD: email password of sender

TO: email address of recipient

SUBJECT: Subject for this email message

BODY: Body of email message, HTML supported.





For gmail account, use:
HOST: smtp.gmail.com
PORT: 587
SSL: True

Example:
ConsoleMail.exe "smtp.gmail.com" "587" "True" "user@gmail.com" "name" "password" "recipient@abc.com" "Subject" "Body"

*****************************



For hotmail account, use:
HOST: smtp.live.com
PORT: 587
SSL: True

Example:
ConsoleMail.exe "smtp.live.com" "587" "True" "user@hotmail.com" "name" "password" "recipient@abc.com" "Subject" "Body"

*****************************



For yahoo account, use:
HOST: smtp.mail.yahoo.com
PORT: 465
SSL: True

Example:
ConsoleMail.exe "smtp.mail.yahoo.com" "465" "True" "user@yahoo.com" "name" "password" "recipient@abc.com" "Subject" "Body"