G
Guest
Hi,
My hosting company supports SMTP relay. May I ask how can I write a C# code
to send email through my program?
string sender;
string email;
string subject;
string message;
Is there any sample c# code? or library to do it?
Thanks
My hosting company supports SMTP relay. May I ask how can I write a C# code
to send email through my program?
string sender;
string email;
string subject;
string message;
Is there any sample c# code? or library to do it?
Thanks