feat: send_mail

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-18 04:53:14 +03:00
parent b3b93ab0cc
commit 032a19931d
5 changed files with 101 additions and 14 deletions

8
configs/mail_config.toml Normal file
View file

@ -0,0 +1,8 @@
[mail_config]
name = "Ahmet Kaan Gümüş"
mail_address = "mail@mail.com"
username = "username"
password = "password"
relay_address = "localhost"
port = 587
starttls = true