How to send an invitation mail in c# to a client
-
Hi, I want to send mails to the attendee of a particular event. So please tell me how can i send emails in c#. Thanks..In advance :)
There's plenty of examples on the 'net showing how to send emails from C#. How do I send mail using C#?[^] Hope this helps getting you started :)
""Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
-
Hi, I want to send mails to the attendee of a particular event. So please tell me how can i send emails in c#. Thanks..In advance :)
Have a look at this tip: Sending an Email in C# with or without attachments: generic routine.[^] BTW, this is forum is specific to database related issues/questions. Next time, please use correct forum - C# Forum for C# queries[^] or post in Q&A section[^].
Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]
-
Hi, I want to send mails to the attendee of a particular event. So please tell me how can i send emails in c#. Thanks..In advance :)
You can create a Window Service for same. - Happy Coding - Vishal Vashishta