473,569 Members | 2,562 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to send automatic mail after registration?

1 New Member
Hello,

How can we sent mail to our client on particular time without any admin actiion.?
anyone can solve this problem using c#.

Thanks
Praveen Pandey
Mar 6 '08 #1
2 1783
nateraaaa
663 Recognized Expert Contributor
Hello,

How can we sent mail to our client on particular time without any admin actiion.?
anyone can solve this problem using c#.

Thanks
Praveen Pandey
Have you considered using a windows service application? You can implement a timer control that will perform an action at a specific time. Windows services are the best way to perform an action automatically at a specified time. The windows service will always perform the specified action as long as the server is on and running.

Nathan
Mar 6 '08 #2
frist44
4 New Member
I've done this in the past by writing a simple windows console application that emails users in a certain database under a certain condition, and you just put that app in the "Scheduled Tasks" on a server, and it will run at whatever time interval you decide.

The only reason I suggest this is because console applications are a littl easier to write then diving into a windows service, however they have gotten much easier too, but it will take a bit more work.

Hope this helps,
Brandon
Mar 6 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
3686
by: David Burson | last post by:
Hi, I have a VB.NET windows app that needs to automatically send a simple text email when my users run a new version of the app for the first time. I thought this would be simple, but after days of reading posts and testing, I see it is not - unless I'm missing something? I'm not an email guru. All of my users will be running at least...
4
225
by: blu3g85 | last post by:
how to use asp.net page to send an email? ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
3
4819
by: Wm. Scott Miller | last post by:
Hello all: I'd like some advice on the best way to validate and confirm an e-mail address entered during a registration process. What we are thinking of is something like the following: 1. User comes to our web site and validates themselves as a member of our database. 2. User creates a user name and password to be used to log in to...
3
3493
by: chuckdfoster | last post by:
When using this bit of code, it sends two emails most of the time. Sometimes it doesn't send two, but most of the time it does. I put the system time (Now) in the Subject and each email has a different time by a minute or so. I also tried to count the number of emails it is sending by using the intEmail = intEmail + 1, but the number is...
1
2044
by: refv8 | last post by:
hi, i´m doing a aplication in asp.net 2.0 and i want send an automatic mail when the users do an operations. i use the library System.Net.Mail.MailMessage. and I specify all the properties (to,from,body,host and port). i want send the mail by another port not from the port 25. Can i do That?. I dont specify credencials. i configure the server...
5
4088
by: pat | last post by:
Hi, i'am using an ac2K progrom which sends automaticle emails with an attachment. Since last week , a error occurs with number 2293. Our mail program is Outlook 2003. It's probably a matter of safety in outlook, but i didn't saw an answer to prevent this error on theweb. Where can i configure the safetyitem that Outlook sees the mail...
1
1192
by: gopim | last post by:
in my database having registration table.if any one regster with my site then that person login details will be stored in this registration table.then for that registerd user i want to send mail automatically through sqlserver. could any one know about this please give information
4
3807
by: gurufordy | last post by:
Hello. Trying to use the ASP.net user functionality but it keeps failing on me. I have created a login and registration page for my site. When you fill in the registration form it should send a confirmation email with a link to activate the account. Nothing hi-tech here. However, it fails to send the email and provides the following error message:...
1
1805
by: Mhedges | last post by:
I need to send to about 10,000 e-mail addresses in one day, and am having a LOT of trouble finding how to do it. I cannot use a program such as constantcontact, because my addresses ARE from a 3rd party. It is not "junk" mail, we have the addresses from the voter registration from people who want updates from candidates. I have a bulk mail...
0
7615
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7677
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7979
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
940
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.