Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Hotfix email to avoid Gmail deduplication
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Feb 24, 2024
1 parent a21751e commit fca7121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alejoide/modules/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def send_mail(form_data) -> bool:
message += f"<p>{form_data['message']}</p>"
try:
yag.send(
to=Email.PUBLIC_ADDRESS.value,
to=Email.ADDRESS.value,
subject=Email.SUBJECT.value,
contents=message,
)
Expand Down

0 comments on commit fca7121

Please sign in to comment.