Development

Changeset 8810

You must first sign up to be able to contribute.

Changeset 8810

Show
Ignore:
Timestamp:
05/06/08 16:30:18 (3 months ago)
Author:
fabien
Message:

doc: fixed docs for sending email should conform to rfc 2822, setSender (closes #2372)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/cookbook/email.txt

    r3440 r8810  
    3939      // definition of the required parameters 
    4040      $mail->setSender('webmaster@my-company.com', 'My Company webmaster'); 
    41       $mail->setFrom('webmaster@my-company.com', 'My Company webmaster'); 
     41      $mail->setFrom('info@my-company.com', 'My Company'); 
    4242      $mail->addReplyTo('webmaster_copy@my-company.com'); 
    4343   
  • doc/branches/1.1/cookbook/email.txt

    r3526 r8810  
    3939      // definition of the required parameters 
    4040      $mail->setSender('webmaster@my-company.com', 'My Company webmaster'); 
    41       $mail->setFrom('webmaster@my-company.com', 'My Company webmaster'); 
     41      $mail->setFrom('info@my-company.com', 'My Company'); 
    4242      $mail->addReplyTo('webmaster_copy@my-company.com'); 
    4343