Hi, I'm really not sure whether this is a complete newbie question, or whether I'm a little in the dark on how to send an email in the first place!
What I'd like to know is - how do you send an email from code (c#) in Vista? I've tried using the System.Net.Mail namespace and the SmtpClient to send one, but it keeps failing. Would the cause of this be that IIS does not come with an SMTP server in Vista?
What I'd like to know is - how do you send an email from code (c#) in Vista? I've tried using the System.Net.Mail namespace and the SmtpClient to send one, but it keeps failing. Would the cause of this be that IIS does not come with an SMTP server in Vista?