如何修复db-mailer发送电子邮件?

时间:2019-05-22 10:30:19

标签: python django

我正在使用[db_mailer] [1]通过后端发送电子邮件。

注意已创建带有slug =“ user-signup”的邮件模板。 [我创建的邮件模板的图像] [2]

我不知道该怎么办,我已经重复了[docs] [1]的安装步骤,但是没有任何积极的结果。

    send_db_mail(          
        slug="user-signup",
        recipient="aahmedsamy.as@gmail.com",
        first_name="first name value"
        )

我期望send_db_mail()发送邮件,就像我在db_mailer文档中所遵循的那样,但是我遇到了这个错误。

    TypeError: __init__() got an unexpected keyword argument 'username'
      [1]: https://django-db-mailer.readthedocs.io/index.html
      [2]: https://i.stack.imgur.com/sV7u9.png


  [1]: https://django-db-mailer.readthedocs.io/installation.html

0 个答案:

没有答案