mailmessage Questions

5

Solved

string to = "[email protected]"; string body = "Test"; SmtpClient SMTPServer = new SmtpClient("127.0.0.1"); MailMessage mailObj = new MailMessage(urEmail, to, subject, body); SMTPServer.Se...
Lail asked 24/10, 2011 at 8:49

2

Solved

When I sent a mail using System.Net.Mail, it seems that the messages do not send immediately. They take a minute or two before reaching my inbox. Once I quit the application, all of the messages ar...
Rounce asked 13/9, 2011 at 14:33

2

Solved

I have a couple of web applications which all utilize sending emails whether it be by contact form, or some kind of notification updates etc. The problem I have found is that there isn't really an...
Magulac asked 28/3, 2011 at 18:42

2

Solved

I have a C# service that runs continuously with user credentials (i.e not as localsystem - I can't change this though I want to). For the most part the service seems to run ok, but ever so often it...
Etherize asked 14/7, 2009 at 22:24

1

Solved

I'm creating an application using the ASP.NET MVC 1 framework in C#, where I have users that register for events. Upon registering, I create an outlook meeting request public string BuildMeetingRe...
Eugene asked 16/4, 2010 at 16:51

© 2022 - 2024 — McMap. All rights reserved.