Online documentation for EmailSender

Generated 2006-03-17

This component is used to send email messages.

Summary

This component is used to send email messages.

Usage

The following properties should be specified when sending an email:
- mailServer : The smtp mail server name
- message : The contents of the message
- receiver : The email address of the intended receiver
- sender : The email address of the message sender
- subject : The message subject

Sending an Email

To send the message specified as above, set the 'Send' Property to 'true'. The 'Attention' property will be set to "trying..." while the component attempts to send an email. When message sending finishes, the 'Send' property will be returned to 'false', thus allowing another email to be sent. The 'Attention' property will display the status of the send attempt, e.g. sucess/ failure.