Automated Emails and SMS
-
Dear All, I have a requirement that i want to send mail to all my user registered on my site in last 24 hours. Manually its working fine but i dont want that a operator has to sit and search data then click on some button to send the mail. I want that by using some automated process that server automattically send the mail at the desire time. Plz do reply what could be the possible conditions. Thanks and Regards
-
Dear All, I have a requirement that i want to send mail to all my user registered on my site in last 24 hours. Manually its working fine but i dont want that a operator has to sit and search data then click on some button to send the mail. I want that by using some automated process that server automattically send the mail at the desire time. Plz do reply what could be the possible conditions. Thanks and Regards
Create an application that reads your database of registered users, selecting those users that have registered on the current day and generate your email. Sounds pretty straight forward, right ? Are you familiar with a programming language such as VB.net or C#.net ? Are you capturing the registered user with a date stamp of when they registered ? Once the application is written, you could simply schedule it to run each night at 23:59 (just before midnight) to generate the emails.
-
Create an application that reads your database of registered users, selecting those users that have registered on the current day and generate your email. Sounds pretty straight forward, right ? Are you familiar with a programming language such as VB.net or C#.net ? Are you capturing the registered user with a date stamp of when they registered ? Once the application is written, you could simply schedule it to run each night at 23:59 (just before midnight) to generate the emails.
Thanks for the reply. You means to say their is way to implement this is a desktop application which is shudule to be run on specific time. or I want to run one more thing is their is any way to create the utility in web application it self. Thanks
-
Thanks for the reply. You means to say their is way to implement this is a desktop application which is shudule to be run on specific time. or I want to run one more thing is their is any way to create the utility in web application it self. Thanks
My initial vision was to develop a "console application" which would be scheduled to run at a particular time. A console application is a Windows application that has no GUI, it looks like an old DOS program, just a black and white DOS box. The reason for this is that it is fairly easy to develop and test. Once this applcation is written, you could schedule it to run on your web server nightly. I'm not sure how you would create a Web Application that would send these emails without some type of user intervention. You could create a simple web page that selects all of the newly registered users and when the operator clicks on a button the emails are generated and sent. I don't see how this could be scheduled to run automatically. I am by no means an expert in web development. :-)
-
Dear All, I have a requirement that i want to send mail to all my user registered on my site in last 24 hours. Manually its working fine but i dont want that a operator has to sit and search data then click on some button to send the mail. I want that by using some automated process that server automattically send the mail at the desire time. Plz do reply what could be the possible conditions. Thanks and Regards
I presume you are implementing website using asp.net/c# on the Microsoft platform: First assure the IIS your website resided in have installed SMTP Virtual Server and some necessary configuration is well done. Second when a new user registers into your website successfully, you can trigger a mailing event.
Welcome to www.softwaretree.net! You can find many excellent audio/video converter tools there!