@@ -76,6 +76,7 @@ async def send_email(
recipients=recipients,
body=email_data["body"],
subtype=MessageType.plain,
+ bcc=[os.getenv("MAIL_FROM")]
)
fm = FastMail(conf)