NAME
SendEmail — Send an email to given address, with given subject and body.
SYNOPSIS
SendEmail ToEmailAddress Subject Body
DESCRIPTION
Return Value
None.
Arguments
ToEmailAddressAddress to send the email to.
SubjectText to appear in the subject line.
BodyText to appear in the message body.
More Info
SendEmail is a simple convenience command; it is intended to make it easy to send emails in one line of code. The point is for you to be able to pass in the minimum amount of information in your call to SendEmail. To make this happen, configuration variables have been set up for things which should not change from one call to another (e.g. what port number to use). For complete information on email configuration see About Email Use.

For information regarding exceptions / errors, see here.
EXAMPLES
% SendEmail your.email@your-domain.com {test subject} {My test message.}
SEE ALSO
GetEmailUsingImap4, GetEmailUsingPop3
KEYWORDS
email, network