Some browsers will moan/complain about the webpage rendering an email
address, but that's the simplest way to do it.
Aside from that, here's a link to the w3schools.com page on PHP mail
sending:
http://www.w3schools.com/PHP/php_mail.asp
Stay well
Jacob Kruger
Blind Biker
Skype: BlindZA
'...
Use PHPMailer, it is MUCH, MUCH, MUCH better than the native mail()
function built into PHP.
If you have a google account, you can set it up to use that as your
mail server, saving you all sorts of headaches involved with sending
mail from Windows, especially from a home machine with a dynamic IP
2011/4/4 Guru™ :
> Hi,
>
> Here is the PHP script I am using to send email to myself.
>
>
>
> $party_name = $HTTP_POST_VARS['party_name'];
> $contact_no = $HTTP_POST_VARS['contact_no'];
> $email = 'nagendra802...@gmail.com';
>
>
> mail($email,$party_name,$contact_no);
>
> ?>
>
>
>
> 2011/4/4 Richa
Hi,
Here is the PHP script I am using to send email to myself.
2011/4/4 Richard Quadling
> 2011/4/4 Guru™ :
> > Hi Richard,
> > I am using simple PHP mail function but, I am unable to send an email to
> > myself. What I want is when the user click on submit button I should get
> an
> > emai
2011/4/4 Guru™ :
> Hi Richard,
> I am using simple PHP mail function but, I am unable to send an email to
> myself. What I want is when the user click on submit button I should get an
> email with the form data.
>
>
>
> 2011/4/4 Richard Quadling
>>
>> 2011/4/4 Guru™ :
>> > Hi All,
>> >
>> > I have
Hi Richard,
I am using simple PHP mail function but, I am unable to send an email to
myself. What I want is when the user click on submit button I should get an
email with the form data.
2011/4/4 Richard Quadling
> 2011/4/4 Guru™ :
> > Hi All,
> >
> > I have this HTML form
> >
> >
> >
> >
2011/4/4 Guru™ :
> Hi All,
>
> I have this HTML form
>
>
>
>
>
>
>
>
> cellpadding="0" cellspacing="0" bordercolor="#00">
>
> align="right">Your Name
> type="text" size="50" />
>