PHP Classes

Documentation for email form?

Recommend this page to a friend!

      MIME E-mail message sending  >  MIME E-mail message sending package blog  >  How Can PHP Send Emai...  >  All threads  >  Documentation for email form?  >  (Un) Subscribe thread alerts  
Subject:Documentation for email form?
Summary:Documentation for email form example
Messages:3
Author:Handy_php
Date:2011-03-21 14:09:32
Update:2011-03-21 18:54:56
 

  1. Documentation for email form?   Reply   Report abuse  
Picture of Handy_php Handy_php - 2011-03-21 14:09:33
Hi,

I have just downloaded the mimemessage.zip. Is there a documentation on how i can use this for my emails? Especially a full mail form example. Having a mail form example would make it much easier to know what is required.

Also, I have seen all the test files. And can't seem to find anything on how to setup the mail form to send mail. I am trying to send a normal html mail but if the mail server like gmail or yahoo doesn't accept the mail format the it will be a text email.

how do i do this. Can you please provide an example for me to work with.

Thanks.


  2. Re: Documentation for email form?   Reply   Report abuse  
Picture of Handy_php Handy_php - 2011-03-21 14:32:02 - In reply to message 1 from Handy_php
I also get the error "Error: it was not possible to send e-mail message"

  3. Re: Documentation for email form?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-03-21 18:54:56 - In reply to message 1 from Handy_php
There are loads of documentation in this package. Take a look at the HTML files.

The class just composes and sends messages. To use it with forms, you need to build the forms yourself, take the submitted message values after proper validation and pass them to the class.