diff --git a/Handler/Common.hs b/Handler/Common.hs index 3330be0..2318d01 100644 --- a/Handler/Common.hs +++ b/Handler/Common.hs @@ -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 = []