In this recipe, we will look at how to set up an outgoing mail server in Jira that can be used to send direct emails to users or automated notifications when updates are made to issues.
Setting up an outgoing mail server
Getting ready
Jira requires a working mail server to send emails, and it uses the SMTP (short for Simple Mail Transfer Protocol) to communicate with the mail server. Because of this, you will need the following:
- A working mail server that is either on the same server as Jira or accessible over the network
- Connectivity details, including the mail server's host, port, protocol (SMTP or secured SMTP), and SSL certificate if it is using a self-signed certificate
- Authentication details for Jira to log in...