Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

like image 847
Édouard Lopez Avatar asked Aug 29 '13 09:08

Édouard Lopez


People also ask

Can I use Gmail as an SMTP server?

Use the Gmail SMTP serverIf you connect using SSL or TLS, you can send mail to anyone inside or outside of your organization using smtp.gmail.com as your server. This option requires you to authenticate with your Gmail or Google Workspace account and passwords.

Can I use Gmail for SMTP relay?

If your organization uses Microsoft Exchange or another SMTP service or server, you can set up the SMTP relay service to route outgoing mail through Google. You can use it to: Filter messages for spam and viruses before they reach external recipients. Apply email security and advanced Gmail settings to outgoing ...

How do I find my SMTP server address for Gmail?

To find the Gmail SMTP server, you can use these details: Gmail SMTP server address: smtp.gmail.com. Gmail SMTP name: Your full name. Gmail SMTP username: Your full Gmail address (e.g. [email protected])


1 Answers

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

  • Enable IMAP in your Gmail settings (Gmail doc) ;
  • How to use Gmail as your SMTP server.
like image 177
Édouard Lopez Avatar answered Sep 23 '22 16:09

Édouard Lopez