我設置了this snippet的sendmail發送電子郵件 - Django的
我打開程序並運行(與實際電子郵件帳戶)的sendmail
電子郵件後端:
from django.core.mail import send_mail
send_mail('Subject here', 'Here is the message.', '[email protected]',
['[email protected]'], fail_silently=False)
之後,控制檯只是打印出:
沒有錯誤消息或任何東西......但郵件永遠不會在另一端到達...
還有什麼,我需要配置?
感謝,
從我的託管服務提供商請求的郵件服務器的錯誤日誌,看到這一點:
send_to_gateway router failed to expand "${perl{mailtrapheaders2}}":
Undefined subroutine &main::mailtrapheaders2 called.\n`
他們仍在試圖弄清楚:S
哪些郵件服務器做你的用戶? – okm
請參閱編輯 – AlexBrand