瀏覽代碼

take into account user.notification setting in onboarding email

Son NK 5 年之前
父節點
當前提交
f5a2eb387b
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      job_runner.py

+ 4 - 0
job_runner.py

@@ -37,6 +37,10 @@ def new_app():
 
 
 def onboarding_1(user):
+    if not user.notification:
+        LOG.d("User %s disable notification setting", user)
+        return
+
     send_email(
         user.email,
         f"Do you know you can send emails to anyone from your alias?",