П О Р Т А Л                            
С Е Т Е В Ы Х                          
П Р О Е К Т О В                        
  
Поиск по сайту:
                                                 
Главная

О проекте

Web-мастеру
     HTML & JavaScript
     SSI
     Perl
     PHP
     XML & XSLT
     Unix Shell

MySQL

Безопасность

Хостинг

Другое








Самое читаемое:

Учебник PHP - "Для Чайника".
Просмотров 4182 раз(а).

Иллюстрированный самоучитель по созданию сайтов.
Просмотров 6856 раз(а).

Учебник HTML.
Просмотров 3800 раз(а).

Руководство по PHP5.
Просмотров 6092 раз(а).

Хостинг через призму DNS.
Просмотров 4939 раз(а).

Подборка текстов стандартных документов.
Просмотров 56338 раз(а).

Учебник PHP - Самоучитель
Просмотров 3797 раз(а).

Документация на MySQL (учебник & справочное руководство)
Просмотров 8694 раз(а).

Внешние атаки...
Просмотров 4666 раз(а).

Учебник PHP.
Просмотров 3238 раз(а).

SSI в примерах.
Просмотров 243 раз(а).



 
 
| Добавить в избранное | Сделать стартовой | Помощь





Руководство по PHP
Пред. След.

mb_send_mail

(PHP 4 >= 4.0.6, PHP 5)

mb_send_mail --  Send encoded mail

Description

bool mb_send_mail ( string to, string subject, string message [, string additional_headers [, string additional_parameter]] )

mb_send_mail() sends email. Headers and message are converted and encoded according to mb_language() setting. mb_send_mail() is wrapper function of mail(). See mail() for details.

to is mail addresses send to. Multiple recipients can be specified by putting a comma between each address in to. This parameter is not automatically encoded.

subject is subject of mail.

message is mail message.

additional_headers is inserted at the end of the header. This is typically used to add extra headers. Multiple extra headers are separated with a newline ("\n").

Замечание: Content-Type and Content-Transfer-Encoding headers can be redefined as of PHP 5.0.0. In PHP 4, values defined by mb_language() are always used.

additional_parameter is a MTA command line parameter. It is useful when setting the correct Return-Path header when using sendmail.

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

See also mail(), mb_encode_mimeheader(), and mb_language().



Если Вы не нашли что искали, то рекомендую воспользоваться поиском по сайту:
 





Copyright © 2005-2016 Project.Net.Ru