I need to send emails based on users input time and day (based on their time zone)? Kind of reminder
- by evgelen
I need to send emails based on users input time and day (based on their time zone)? Kind of reminder.
For Example: User input 2:00pm Eastern Time on my server I have different time zone, how to calculate the time and send the email at users time-zone.
Its a web application. What is the best way to accomplish it using asp.net c#? If somebody already done it in the past I will be glad to take a look at source code. Thank you for useful suggestions.