Gmail Error :The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required

后端 未结 25 2460
悲&欢浪女
悲&欢浪女 2020-11-22 02:12

I am using following code to send email. The Code works correctly in my local Machine. But on Production server i am getting the error message

var fromAddres         


        
25条回答
  •  失恋的感觉
    2020-11-22 03:08

    try changing the host, this is the new one, I got this configuring mozilla thunderbird

    Host = "smtp.googlemail.com"
    

    that work for me

提交回复
热议问题