Skip to content

Commit

Permalink
Revert SMTP port serval app
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Oct 30, 2023
1 parent 63ccc03 commit fdc7ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ServalApp/serval_email_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(
password,
sender_address="[email protected]",
host="mail.languagetechnology.org",
port=587,
port=465,
) -> None:
self.__password = password
self.sender_address = sender_address
Expand Down

0 comments on commit fdc7ce0

Please sign in to comment.