Development

#3997 (Typo on cook book - HTML Email)

You must first sign up to be able to contribute.

Ticket #3997 (closed documentation: fixed)

Opened 3 months ago

Last modified 3 months ago

Typo on cook book - HTML Email

Reported by: k1ller Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.17
Keywords: Cc:
Qualification: Unreviewed

Description

There an error on http://www.symfony-project.org/cookbook/1_0/en/email

Section: Send HTML email

setAltBody is twice there and it sends empty email then, so first should be setBody

instead of: $mail->setAltBody() $mail->setAltBody()

Change History

07/14/08 19:49:50 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [10283]) doc: fixed #3997