mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
use postfix for testing trigger email
This commit is contained in:
parent
f366e1c383
commit
0a60d01596
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def index():
|
|||
gen_email = GenEmail.get(gen_email_id)
|
||||
|
||||
LOG.d("trigger an email to %s", gen_email)
|
||||
email_utils.send_by_sendgrid(
|
||||
email_utils.send_by_postfix(
|
||||
gen_email.email,
|
||||
"A Test Email",
|
||||
f"""
|
||||
|
|
Loading…
Reference in a new issue