Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Jan Šebestyán | > | CEmailSender | > | info | > | Download | ||
|
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". |