-
c#, Windows Service, email
I'm in the process of creating a windows service by coding in c#. How can I send email from it?
Please give me some clue.
Thanks.
-
You can use the System.Web.Mail namespace to send e-mail in C# (http://www.systemwebmail.com/). Your Windows service must be configured to run under a user account with the necessary permissions to send mail.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
Email
Phil,
Due to some reason, I cannot see the System.Web.Mail namespace in my system. Do I need to install anything extra on my workstation?
Please let me know.
Thanks.
-
You must add a reference to System.Web.dll.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks