Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Jacob Kruger
e: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Guru™" To: ; "PHP DB" ; "php mysql" ; Sent: Monday, April 04, 2011 2:21 PM Subject: [PHP-WIN] Need Help with PHP Mails Hi All, I have this HTML form &l

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Tac Tacelosky
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

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Richard Quadling
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

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru™
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

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread 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 > email with the form data. > > > > 2011/4/4 Richard Quadling >> >> 2011/4/4 Guru™ : >> > Hi All, >> > >> > I have

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread 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 this HTML form > > > > > > > >

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Richard Quadling
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" /> >  

[PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru™
Hi All, I have this HTML form Your Name Contact Numbers (please specify STD code) Email