Use full mail for from

This commit is contained in:
Sandro - 2024-01-12 12:40:43 +01:00
parent 5fd3882e04
commit fc279ce4be
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ sendMail :: MonadIO m => Text -> Text -> TL.Text -> m ()
sendMail to subject body =
liftIO $ renderSendMail
Mail
{ mailFrom = Address Nothing "noreply"
{ mailFrom = Address Nothing "noreply@c3d2.de"
, mailTo = [Address Nothing to]
, mailCc = []
, mailBcc = []