ToEmailAddress | Address to send the email to. |
Subject | Text to appear in the subject line. |
Body | Text to appear in the message body. |
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.% SendEmail your.email@your-domain.com {test subject} {My test message.}