Inherits Mailer.
Public Member Functions | |
| __construct ($smtpHost, $smtpLocalhost) | |
| sendMail (Mail $mail) | |
| getSmtpLogin () | |
| getSmtpPassword () | |
| setSmtpLoginAndPassword ($smtpLogin, $smtpPassword) | |
| setSender ($sender) | |
Protected Member Functions | |
| renderMailBody (Mail $mail) | |
Protected Attributes | |
| $smtpHost | |
| $smtpLocalhost | |
| $smtpLogin = NULL | |
| $smtpPassword = NULL | |
| $sender = NULL | |
| $mailRenderers = [] | |
| $log = NULL | |
Iplementace maileru posilajici pres smtp
| __construct | ( | $smtpHost, | |
| $smtpLocalhost | |||
| ) |
| getSmtpLogin | ( | ) |
| getSmtpPassword | ( | ) |
|
protected |
| setSender | ( | $sender | ) |
| string | nastavuje email odesilatele, ktery je viditelny jen pro smtp servery a musi existovat pro kontrolu prijimajicim mail serverem |
| setSmtpLoginAndPassword | ( | $smtpLogin, | |
| $smtpPassword | |||
| ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |