php - How to properly use imap_mail_compose -


i'm programming webmail script , don't know how use imap_mail_compose function.

the documentations , examples not explicit , there no examples on google.

my question : how should use function data obtain form (to,cc,bcc,subject,content,attachements) ? how send message : imap_mail or mail ?

thanks time.

consider looking @ likes of phpmailer worx tech. used few times , it's proven useful in past proving easy use , stable.

project site (sourceforge) (php 5.x.x): http://sourceforge.net/projects/phpmailer/ , project site google code: http://code.google.com/a/apache-extras.org/p/phpmailer/

the basic tutorial can found visiting phpmailer page searching 'phpmailer' in google , goto products > phpmailer > support - tutorial. don't let site put off, classes excellent.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -