How to use Gmail as your SMTP server for Youtrack?

前端 未结 4 698
没有蜡笔的小新
没有蜡笔的小新 2021-02-13 02:08

Youtrack allow to send email through 3rd party SMTP server. Fields are as follows:

  1. SMTP host: [?]
  2. SMTP port: [?]
  3. Mail protocol: [?]
  4. SMTP
4条回答
  •  清歌不尽
    2021-02-13 02:19

    Here is what I finally did:

    1. SMTP host: smtp.gmail.com ;
    2. SMTP port: 465 ;
    3. Mail protocol: SMTP+SSL ;
    4. SMTP login: user@domain.com or user@gmail.com ;
    5. SMTP password: ****** ;
    6. Select SSL key: No key ;
    7. Server 'from' email: user@domain.com.

    Gmail will ignore the from parameter so I put the same.

    References

    • Enable IMAP in your Gmail settings (Gmail doc) ;
    • How to use Gmail as your SMTP server.

提交回复
热议问题