Login   Register  
PHP Classes
elePHPant
Icontem

File: info

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-05-13 04:57
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".