Search code examples
smtpgmailgoogle-appsyoutrack

How to use Gmail as your SMTP server for Youtrack?


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 login: [?]
  5. SMTP password: [?]
  6. Select SSL key: [?]
  7. Server 'from' email: [?]

Could you provide an example of Gmail or Google apps config ?


Solution

  • Here is what I finally did:

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

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

    References