marcelropos / HM-DiscordBot

A Discordbot by and for first semester students of HM.
8 stars 5 forks source link

Add Email Connection #139

Open maxwai opened 10 months ago

maxwai commented 10 months ago

Add a Method to send an email via SMTP Settings (given via env variables). The Method will receive a name and a number that need to be send to an also given email-address for verification. For the body, try to make something somewhat pretty. (somewhat is the keyword)

Also add a command in the bot where bot admins (admins in the main guild) can send a test email.

schitcrafter commented 8 months ago

https://docs.rs/lettre/latest/lettre/ seems like it's good. Also has tokio v1 and tracing support, though we need to enable the features for it

maxwai commented 8 months ago

Will look at it after new years but it looks ok