Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configure the Mail Sender

 

Excerpt

The mail sender configuration refers the mail templates directory and the internationalization of the templates plus the sender itself.

...

Tip
titleTip

You can create, edit, delete email templates using the built-in editor.

...


Email Sender

...

There are 4 email senders available:

...

Mail SenderDescriptionWhen to use
Container SenderUses JIRA Jira to send mails; mails are enqueued in the standard JIRA Jira queue and the call returns immediatelyIn most cases, this is what you should use. It offers good performance and it relies on the standard JIRA Jira mechanism.
Direct sender, customConnects to the SMTP server and sends the mail. You need to specify the mail server parametersYou need to configure another mail server for the mails and you want to wait for the send confirmation to arrive before continuing your SIL program
Direct sender, defaultsSame as above, but takes the configuration from JIRA Jira SMTP serverYou just want to wait for the send confirmation to arrive before continuing your SIL program.
Null senderLogs messages to be sent in the JIRA Jira logDebug & and Development

 

Note that a mail that has been successfully sent does not mean that the recipient got the mail. It can be rejected along the way for multiple reasons. SMTP does not guarantee delivery!

 

If you choose 'choose Direct sender, custom', you will need to supply in some additional parameters:

...