Architecture :: Automatically Send An Email On A Future Date?
Sep 1, 2010
I would like to achieve the following.
1- if a user goes to a web page in a web application hosted on the Internet and selects a FUTURE date from a "Calendar control" the date selected and the URL for the page are stored in the database (I know how to do this step)
2- when the date selected arrives the URL will be embedded in an email that is sent out AUTOMATICALLY to the user. How can I trigger the email to go out AUTOMATICALLY on the selected date??????
Does the link below help me answer this question?? I just need a high level steps on how to do this. .
http://msdn.microsoft.com/en-us/magazine/cc163821.aspx
View 3 Replies
Similar Messages:
Aug 14, 2010
In myapplication i have done a thing like if some one purchase a tool for and if the license provided is for some few days (suppose for a week or an year).. How to send a mail automatically to the ID given by him before a day or a few days .
View 3 Replies
Jun 7, 2010
I'm using ASP.Net with VB (Visual Web Developer 2010) and SQL(Management Studio Express 2008) to create a website that keeps track of employee subscriptions.A date is entered into my database whenever an employee makes a subscription.I need to find a way to send an automatic email to each employee when the current date exceeds the subscription date by one year.
I am unable to use an SQL job as I only have SQL MS express.From other posts I have read it seems the best way to do this is to create a webservice to send emails but I am unsure of how to get the email address for each employee from the database to the web service?Do you guys think a web service is the best way to do this?
View 9 Replies
Aug 30, 2010
I am trying to do the following:1- Have the user select a date from a calendar.2- When that date comes, an email is sent automatically to the user.3- The web application is on a server.Does anyone have code in place that does this already. I was referred to the following articles below, would they solve my problem??. This the first time I tackle a problem like this.[URL]
View 2 Replies
Dec 13, 2010
I need to send an email to notify students that their choices have been approved or disapprove.For example. When a teacher approved or disapprove a particular student choices on the DropDownList in a DetailView it will automatically send the student an email to notify them that the choices had been approved/disapprove. I need to grab the Student Email, ProgramName, student name in the DetailView so the email will be shown like this:
Example:
From: IAP@gmail.com
Subject : <By Default: IAP Choices Notification>
Message:
Hi, <Student_Name>
Your choice for <Program Name> has been approved
Warmest Regards.
How do I start about doing this function?
View 3 Replies
May 12, 2010
i have a registration from which have a field email-id , which user select paid or free (for 15 days) registration . when user registration is going to expire then they get a automatic mail regarding registration. and i also want to send some particular msg to all user ., i want to take all email from data base . i am using asp.net c#
View 2 Replies
May 18, 2010
I have website in the internet with many data in it. user search in data and filter it.
user save that filtering criteria. i want send email notification automatically to that user when new data inserted in site that match with saved filtering criteria.
i use asp.net and sql server 2008. i dont have dedicated server.
View 1 Replies
May 21, 2013
I want to send clients remainder automatically when he set remainder for particular date. mail automatically send to his mail on that day.
View 1 Replies
Feb 13, 2010
I have a web site in asp.net(C#). And want to add an automatic email sending functionality in it, i.e. an email will be send daily and weekly(both on a particular time) to all the stock holders about the orders details placed by registered users. How can I do this in asp.net(C#)?
View 21 Replies
Jan 20, 2011
I'm comfortable sending emails to individuals in ASP.NET, but recently have needed to create a function to send an email to all users in a particular role.
A couple of problems I'm having are:
My shared hosting allows 200 emails per hour. Although not an issue at the moment it could be very soon, so how can I 'throttle' my application to not send out more emails then I'm allowed to?
If want to loop through the emails and send the messages in the background of my app. Rather than have a situation where logging off or closing the browser stops the process. point me in the direction of some articles about this type of thing, my searching so far hasn't given me great results.
View 2 Replies
Nov 11, 2010
How can i send an email certain days from now in C# (Win Forms). Say today is January 1 2010. Now i fix an appointment with doctor on January 10 2010. But i wish that a reminder email (regarding appointment) needs to be sent 3 days before (i.e. January 7 2010). I am having an email code with me.
My requirements: Visual Studio 2005, C# (vb would also do), WinForms (Windows based applications)
Let me know if anything from me is needed.
View 2 Replies
Mar 4, 2010
I want to send email on particular Date & Time. How to achieve this? I am using Sql 2005 for storing Date & time for sending emails.
View 3 Replies
Sep 30, 2010
i have made application...that can have numbers of Event on Specified Date, So i want to code tat when time for event is arrived so tat automatically the participant get information about the event..so i want to send email to all participant before a day.
View 3 Replies
Sep 30, 2010
I am in the planning phases of building a new ASP.NET website. The website is really a transactional web application where the users will log in and perform basic CRUD data operations. For right now this website will be accessible through a traditional desktop browser and a mobile browser. For the mobile browser we will build a separate scaled down version of the site.In the future we may decide to create native mobile applications for Android or iOS devices also.
So the question I have is what is the best way to design the system to easily support that? Here is what I am thinking. I am thinking of building out 3 tiers to the site. The back end will be the database - SQL Server 2008. We will use stored procedures for all data access. The middle tier will be a web services tier. This tier will be built using RESTful web services and will contain all of the business logic. These web services will provide access to the database. The front end will be built using ASP.NET. The front end will only contain presentation logic. These tiers will actually be deployed on physically separate servers.
Then I am thinking that when we decide to build a native Android or iOS app that we could build those apps to simply call the same RESTful web services that the main site is calling.Does this seem like a reasonable approach? The only thing I can think of is that the way we are building it right now the web services would be behind the firewall and would not be accessible to the outside world. When we want to support a native mobile app then we would need to make the web services accessible to the outside world.Any thoughts? Does this seem like a good approach for building a high availability, high usage web app that needs to support native mobile apps in the future?
View 1 Replies
Mar 30, 2013
i wnat to sechdule message on asp.net. Like if i create a messge reminder to registerd members so they recive messge on paricular date time.
View 1 Replies
Jul 28, 2010
I have a Calendar. I need to select a date usually future date on a calendar. The date is provided from a gridview. The calendar is placed on an item template inside the gridview. So the calendar on each row should point different dates.
here is my code.
[Code]....
[Code]....
What i am getting now is, the new date is getting selected, but its showing current Month. For example, the date is 31/07/2011, then Month i want it to be shown is "July 2011" but its still showing "July 2010". though the date is getting selected.
View 2 Replies
Oct 13, 2010
how to calculate years in asp.net..that is , if a value in textbox is 10-oct-2010... i wanna get 10-oct-2011 in another textbox if i specify to calculate 1 year and 10-oct-2012 if it is 2 years....
so how can i implement this...using vb............is there any function for that..
View 1 Replies
Apr 27, 2010
I want to restrict future date selection, how can i do it..........?
Is there any regular expression to do this..............?
View 2 Replies
Mar 16, 2011
Would anyone have any thoughts about stopping the user from selecting or entering any future dates. The AJAX regular expression validator I had only verify the date if it is in DD//MM/YYYY format.
View 2 Replies
Aug 12, 2010
it means calender ectender not select greater than today date?
View 12 Replies
Mar 10, 2011
[Code]....
i m using calenderExtender control, here i want to restrict the user not able to select future date its also working fine , now i want to restrict the user cant select future date than current day+7 (next day)
for ex:
if today is 10 march then he can select next 7 days means till 17 march bt he cant select 18 march
View 1 Replies
Jan 23, 2011
Assume that a model has a datetime datatype.
So in view there will be a blank field ask you to input datetime.
Is there a way to fill this HTML field with today's date/datetime as default value?
View 2 Replies
May 7, 2015
I followed this link, it works fine with English Text. [URL] ....
My problem is when I am adding Arabic text to the message body it displays ???? format.
View 1 Replies
May 7, 2015
how Can i Send Email With Message Using Master Page in Asp.net?
EMail Sending PopUp Open In All Pages To Provide The User Sending Email Facility From All Pages...
View 1 Replies
Mar 31, 2013
i have code for forgot password using gmail account. But i want to send password for multiple domains like yahoo,rediffmail and more.
View 1 Replies