尝试在创建用户帐户时发送包含密码的电子邮件。NetworkCredential(email, password); var smtpClient = new SmtpClient("smtp.gmail.comsmtpClient.Send(msg);但smtpClient.Send(msg);返回以下错误:
{System.Net.Mail.SmtpException: The SMTP
我按照在线教程在airflow.cfg中设置了电子邮件SMTP服务器,如下所示:email_backend = airflow.utils.email.send_email_smtp[smtp]# the airflow.utils.email.send_email_smtpfunction, you have to configure an
# <