PDA

View Full Version : Automatic Email


8mycsh
09-16-2002, 06:59 PM
Hi,

I have created a calendar in ASP for a website. When people view the site they have a chance to book an online appointment in this calendar. Now what I am looking for is when someone books an appointment that a email goes to the business so they know about it and can also make sure that it isn't some jack@$$ putting in comments or being rude.

Can this be done? Any help would be great!!!

Thanks

whammy
09-17-2002, 12:51 AM
Well you can't really make sure noone is a jack***.

What I would do is include the ip address of the sender...

ip = Request.ServerVariables("REMOTE_ADDR")

(and let the user know that their ip address has been captured and will be displayed with the message)