3
Answers

SMTP Client

Hello. I'm studying about SMTP. In SMTPClient class, its constructor has form SmtpClient smtp=new SmtpClient(server,port) So what I must fill for server? For example, I want to send email to gmail.com, so what is server equivelent? Thank you

Answers (3)