PHP Classes

Newbie question: sending form by email

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  Newbie question: sending form by email  >  (Un) Subscribe thread alerts  
Subject:Newbie question: sending form by email
Summary:Sending form data by email to one or more recipients
Messages:4
Author:roberto cucco
Date:2011-04-15 06:57:30
Update:2011-05-11 10:38:29
 

  1. Newbie question: sending form by email   Reply   Report abuse  
Picture of roberto cucco roberto cucco - 2011-04-15 06:57:30
I'm a newbie programmer.

I have read the documentation about this class and i have tried it on my server. I'm able to make some customizations for the form i would like to use in my website, but i'm not able to connect this form in a way i could receive validated data via email in my accounts.

Hope you could me help

Ciao!
Bob

  2. Re: Newbie question: sending form by email   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-04-15 07:11:05 - In reply to message 1 from roberto cucco
Once the data is validated you can use the PHP mail() function to send it to wherever you want, or you can use a more sophisticated class like the MIME message class to compose and send the message eventually in HTML or even with attached files.

phpclasses.org/mimemessage

  3. Re: Newbie question: sending form by email   Reply   Report abuse  
Picture of roberto cucco roberto cucco - 2011-04-15 21:33:23 - In reply to message 2 from Manuel Lemos
Thanks Manuel! expecially for your patience in replying to such basic question

  4. Re: Newbie question: sending form by email   Reply   Report abuse  
Picture of Ilayaraja Selvaraj Ilayaraja Selvaraj - 2011-05-11 10:37:40 - In reply to message 1 from roberto cucco
j