Click to See Complete Forum and Search --> : e-mail help


khujo56
10-31-2006, 07:26 PM
Hi guys

i created a e-mail form where it sends the info to my hotmail account.
the problem i have is that everytime i test it..a message shows up saying that the program is sending it on mybehalf...do i want to allow this. i can either press yes or no. if i press yes it should send it to my hotmail account. it does not do that. is there a way around this.

this is the code i'm using
<form action="mailto:jnr1975@hotmail.com" method="post" enctype="text/plain" name="form1" id="form1" onsubmit="">

how do i create it so it sends it to my e-mail address without getting that message. thank you

KDLA
11-01-2006, 09:36 AM
Are you sure this is not a security measure by Hotmail, rather than something caused by your form?

I have an MSN account, and often it asks me stuff like that, too.

KDLA