Thanks Mike. Doubled checked insertion - seems good. Got this message when testing -
Compilation Error Description:An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0165: Use of unassigned local variable 'body'
Source Error:
Line 132: newMail.From = "admin@cycanl.ca";
Line 133:Line 134: newMail.SendMail(new[] { email }, "Membership Renewal Reminder", body);Line 135:
Line 136: //Update last reminder date |
Source File: c:\Webs\cycanl\EmailReminder.aspx.cs Line: 134