使用Django中的gmail smtp服务器发送具有不同“发件人"电子邮件地址的电子邮件 [英] to send email with different 'from' email address using gmail smtp server in django

查看:78
本文介绍了使用Django中的gmail smtp服务器发送具有不同“发件人"电子邮件地址的电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用 django应用中的 smtp gmail服务器向具有不同字段值的用户发送电子邮件.我能够将邮件成功发送给用户,但是发件人"字段不采用我在send_mail()中提供的值,而是采用settings.py

I want to send an email to users with different from field values using smtp gmail server from the django app. I am able to send the mail successfully to users but the from field does not take the value that I provide in send_mail() but instead takes the EMAIL_HOST_USER value defined in settings.py

发件人"字段中的值应采用任何域的电子邮件地址,即

From field value should take any domain email address i.e.

  a mail from: xyz@yahoo.co.in or .com 
     or  from: abc@hotmail.com 
     or  so on 

如何实现此行为?请帮忙.我是使用django和电子邮件功能的新手.

How can I achieve this behavior? Please help. I am new to using django and email functionality.

推荐答案

您无法使用Google的SMTP服务器伪造电子邮件.他们将继续使用当前用户的信息(您提供的登录凭据).如果您要更改"/伪造电子邮件标题,请使用自己的电子邮件服务器/SMTP

You cannot forge an email using Google's SMTP server. They will keep on using the current user's information (the login credentials you supplied). If you want to "change"/forge the email header, use your own email server/SMTP

这篇关于使用Django中的gmail smtp服务器发送具有不同“发件人"电子邮件地址的电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆