-
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|