email with sceewlog #56
-
Beta Was this translation helpful? Give feedback.
Answered by
FMassin
Mar 21, 2024
Replies: 1 comment 1 reply
-
Hello Here's my usual config style with gmail: email.activate = true
email.magThresh = 0.0
email.usetls = true
email.usessl = false
email.port = 587
email.authenticate = true
email.smtpserver = smtp.gmail.com
email.credentials = /home/sysop/.seiscomp/.useremail
email.senderaddress = ****@gmail.com
email.subject = "EEW /"
email.host = ***.***.ethz.ch
email.recipients = fmassin@... And my
Check your gmail account config to make sure it allows using email.mime.text.MIMEText() : https://pythonaddict.com/how-to-generate-google-application-password/ Let me know if that helps! Cheers Fred |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dufangqing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
Here's my usual config style with gmail:
And my
/home/sysop/.seiscomp/.useremail
:Check your gmail account config to make sure it allows using email.mime.text.MIMEText() : https://pythonaddict.com/how-to-generate-google-application-password/
Let me know if that helps!
Cheers
Fred