Reminder email

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
aiden
User
Posts: 14

Reminder email

Post by aiden »

I have created a function in the index page > page_load, where the customer receives a reminder email about their appointment, but what is happening now is that every time someone (customer or employee) opens the website, the customer receives a reminder email. How can I ensure that the customer only receives a reminder email on the scheduled appointment date?


MichaelG
User
Posts: 1111

Post by MichaelG »

Make sure that you have checked the appointment date correctly before sending the reminder email. You can post your codes for discussion.


aiden
User
Posts: 14

Post by aiden »

I have already fix it, thx for the replay.


Post Reply