SmtpClientsGoogleMailSmtpClient Property

Gets a value that represents the SMTP client which allows applications to send e-mails through Google Gmail SMTP server.

Login webpage: https://accounts.google.com/servicelogin/

Note that in order to send SMTP e-mails, you must enable application access for your GMail account by following the next url:

http://www.google.com/settings/security/lesssecureapps

Definition

Namespace: DevCase.Core.Networking.Mailing
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static SmtpClient GoogleMailSmtpClient { get; }

Property Value

SmtpClient

Remarks

Note that in order to send SMTP e-mails, you must enable application access for your GMail account by following the next url:

http://www.google.com/settings/security/lesssecureapps

See Also