Book Image

JIRA 6.x Administration Cookbook

By : Patrick Li
Book Image

JIRA 6.x Administration Cookbook

By: Patrick Li

Overview of this book

Table of Contents (16 chapters)
JIRA 6.x Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Setting up an outgoing mail server


In this recipe, we will look at how to set up an outgoing mail server in JIRA that can be used to send direct e-mails to users or automated notifications for changes to issues.

How to do it…

Proceed with the following steps to set up an outgoing mail server:

  1. Log in to JIRA as a JIRA administrator.

  2. Navigate to Administration | System | Outgoing Mail.

  3. Click on the Configure new SMTP mail server button.

  4. Set a name for the mail server; for example, you can use the mail server's hostname.

  5. Select the From address field that will be used when users receive an e-mail from JIRA.

  6. Provide an Email prefix value, which will be added to every e-mail's subject; for example, you can use JIRA to let users know it is coming from JIRA.

  7. Select whether you will be using a custom SMTP server or either Gmail or Yahoo! mail. If you are using Gmail or Yahoo!, make sure you select the corresponding option and provide the access credentials. If you are using a custom SMTP server, you will...