Plugin to send email?

@Ryan Hey bro, its posible to make a plugin to send email when the pick pet time is over?
Thx @Delirus.

@JellyBitz

Maybe using a Gmail account with his API

About detecting pet pick time over only once, you’ll require to save settings (by char) if you want to avoid unnecessary messages/spam :male_detective:

Could probably just use SMTP but Gmail probably requires secure auth and I’m not sure if it would work through Python. There’s also Pushover which has a web API.

can you add this information there?

To what?

Definitely can use smtplib with gmail. You will need to “allow less secure apps” though in settings.

https://support.google.com/a/answer/6260879?hl=en

https://docs.python.org/3.5/library/smtplib.html