From cacf91fcabcf4585a6bd011114d10d8e3aae910a Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Fri, 27 Oct 2000 08:00:26 +0000 Subject: [PATCH] Typo, clarifying mime type portion of example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34609 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mail.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/mail.xml b/functions/mail.xml index e587a23bc5..0ffae26f7b 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -82,7 +82,8 @@ $headers .= "X-Mailer: PHP\n"; // mailer $headers .= "X-Priority: 1\n"; // Urgent message! $headers .= "Return-Path: <birthday@php.net>\n"; // Return path for errors -$headers .= "Content-Type: text/html; charset=iso-8859-1\n" // Mime type +/* If you want to send html mail, uncomment the following line */ +// $headers .= "Content-Type: text/html; charset=iso-8859-1\n"; // Mime type $headers .= "cc:birthdayarchive@php.net\n"; // CC to $headers .= "bcc:birthdaycheck@php.net, birthdaygifts@php.net\n"; // BCCs to