Skip to content

How to use snapraid runner with gmail

Christian Fersch edited this page Mar 9, 2023 · 2 revisions

If you want to use snapraid-runner to send mails via a gmail account, you need to go into your google account then SecurityApp Passwords and create a new password.

Then set the following values in your snapraid-runner.conf:

[smtp]
host = smtp.gmail.com
port = 587
ssl = false
tls = true
user = <your gmail address> 
password = <app password>
Clone this wiki locally