Description

Simple SMTP Mail Sender. Use to send email messages through SMTP.

Dependencies

Attributes

SmtpHost

The SMTP host name of your mail server.

SmtpPort

The SMTP port of your mail server (default is 25).

SmtpAuthentication

If true, attempt to authenticate the user using the AUTH command. Defaults to false.

SmtpUser

Optional - if you use authenticated SMTP to send email, enter your username.

SmtpPassword

Optional - as above, enter your password if you use authenticated SMTP.

RetryIntervals

Number and intervals of retries for a failed email delivery.
Format: Comma separated list of <number> x <interval> pairs.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).

Example: 5x1m,10x10m => retry a total of 5 times, one minute apart for each retry; then retry a total of 10 times, 10 minutes apart for each retry.

QueueName

Used internally. Do NOT modify.

JMSServiceName

Used internally. Do NOT modify.

Name

The class name of the MBean

State

The status of the MBean

StateString

The status of the MBean in text form

Operations

send

Send email.

create

Standard MBean lifecycle method

start

The start lifecycle operation

stop

The stop lifecycle operation

destroy

The destroy lifecycle operation

jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

Notifications