phpDocumentor PHPShopClass
[ class tree: PHPShopClass ] [ all elements ]

Class: PHPShopMail

Source Location: /phpshop/class/mail.class.php

Class PHPShopMail

Class Overview

Библиотека Отправление почты

Located in /phpshop/class/mail.class.php [line 15]



		
				Author(s):
		
Information Tags:
Version:  1.0

Properties

Methods

[ Top ]
Property Summary
string   $codepage  
string   $mime  
string   $type  

[ Top ]
Method Summary
PHPShopMail   PHPShopMail()   Конструктор
string   getCopyright()   Вставка копирайта
string   getHeader()   Заголовок письма
void   sendMail()   Отправление письма через php mail

[ Top ]
Properties
string   $codepage = "windows-1251" [line 19]

[ Top ]
string   $mime = "1.0" [line 23]

[ Top ]
string   $type = "text/plain" [line 27]

[ Top ]
Methods
Constructor PHPShopMail  [line 35]

  PHPShopMail PHPShopMail( string $to, string $from, string $zag, string $content  )

Конструктор

Parameters:
string   $to:  куда
string   $from:  от кого
string   $zag:  заголовок письма
string   $content:  содежание письма


[ Top ]
getCopyright  [line 65]

  string getCopyright( )

Вставка копирайта



[ Top ]
getHeader  [line 46]

  string getHeader( )

Заголовок письма



[ Top ]
sendMail  [line 58]

  void sendMail( string $content, strong $header  )

Отправление письма через php mail

Parameters:
string   $content:  содержание
strong   $header:  заголовок


[ Top ]

Documentation generated on Mon, 25 Jun 2012 15:09:47 +0400 by phpDocumentor 1.4.3