Skip to content

Commit 64a0a2a

Browse files
authored
Merge pull request #324 from LleidaHack/integration
Send mail Directly
2 parents 42fdf94 + e8783b5 commit 64a0a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/impl/Authentication/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def contact(self, payload: ContactMail):
159159
fields=
160160
f'{payload.name},{payload.email},{payload.title},{payload.message}'
161161
))
162+
self.mail_client.send_mail_by_id(mail.id)
162163
return {
163164
"success": mail is not None,
164165
"id": mail.id if mail is not None else None,

0 commit comments

Comments
 (0)