feat: ✨ send_mail
This commit is contained in:
parent
b3b93ab0cc
commit
032a19931d
5 changed files with 101 additions and 14 deletions
8
configs/mail_config.toml
Normal file
8
configs/mail_config.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue