I am building a room booking system for my college and I would like to send out an email when a teacher books a room to remind them. I have found one on the internet at this link:
http://www.osix.net/modules/article/?id=377
But when I try and use that code I get an error: "Value of type 'String' cannot be converted to 'System.Net.Mail.MailAddress'"
Can someone give me the low down of how to do this?
Appreciated.