Gmail: How to send an email programmatically

后端 未结 6 2028
孤街浪徒
孤街浪徒 2020-12-08 18:13

Possible Exact Duplicate: Sending Email in C#.NET Through Gmail

Hi,

I\'m trying to send an email using gmail:

I tried various examples that I found on

6条回答
  •  借酒劲吻你
    2020-12-08 18:34

    Here is my connection resource to connect to Gmail from Java

    
        
    

    Connect your Gmail account on Secure ports (465 for SMTP and 995 for POP3) and use any .NET SSL Factory available to connect securely to Gmail.

提交回复
热议问题