Radio Toolbelt (Project 'Hephaestus') - email.exe

Email Tool

Provides simple functionality for sending email via the command-line.

Configure

Before email.exe can actually send an email, it will be necessary to provide the appropriate values in the email.ini configuration file for your particular email server/host and account information.

To do so, you can create a email.ini file in the same folder as email.exe.

The email.ini file should look similar the following:


[options]

verbose=True

[from]

name=(name) email=(email)

[server]

host=(host) user=(user)
pass=(pass)
port=(port)
ssl=True


options

from

server

Commands

send

Please note that any value (to, cc, bcc, subject, body) that has a value containing one or more spaces will need to be quoted.

Additional Information

Toolbelt List
Release Notes
End User License Agreement