Console Mail is a handy and reliable application designed to send email messages via command prompt.
Usage: ConsoleEmail.exe "Host" "Port" "SSL" "From" "Name" "Password" "To" "Subject" "Body", where:
· Host: name or IP address of the host used for the SMTP transaction
· Port: Number of the port to be used
· SSL: True / Flase
· From: email address of the sender
· Name: sender's name
· Password: email password of the sender
· To: recipient
· Subject: email subject
· Body: The body of the message
Requirements:
· Internet Connection