PHP Classes

File: info

Recommend this page to a friend!
  Classes of Jan Šebestyán   CEmailSender   info   Download  
File: info
Role: Documentation
Content type: text/plain
Description: How to - Czech version.
Class: CEmailSender
Compose and send simple text or HTML messages
Author: By
Last change:
Date: 18 years ago
Size: 507 bytes
 

Contents

Class file image Download
class Email Třída pro odesílaní e-mailových dokumentů: Metody třídy Email jsou: - Mime( string mime ) Nastavení MIME hlaviček. - Kodovani( string charset ) Nastavení kódování dokumentu. - Odesilatel( string odesilatel ) Nastavení odesílatele emailu. - Formatovani( string adresa, string predmet, string telo ) Inicializace atributu pro odeslaní emailu. - bool Odeslat( bool odeslat ) Odeslání emailu. Příklad odeslání e-mailu je v souboru "send_mail.php".