db
SMTPMailer Class Reference

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
 

Detailed Description

Iplementace maileru posilajici pres smtp

Constructor & Destructor Documentation

◆ __construct()

__construct (   $smtpHost,
  $smtpLocalhost 
)

Member Function Documentation

◆ getSmtpLogin()

getSmtpLogin ( )

◆ getSmtpPassword()

getSmtpPassword ( )

◆ renderMailBody()

renderMailBody ( Mail  $mail)
protected

◆ sendMail()

sendMail ( Mail  $mail)

nastaveni parametru smtp

Implements Mailer.

◆ setSender()

setSender (   $sender)
Parameters
stringnastavuje email odesilatele, ktery je viditelny jen pro smtp servery a musi existovat pro kontrolu prijimajicim mail serverem

◆ setSmtpLoginAndPassword()

setSmtpLoginAndPassword (   $smtpLogin,
  $smtpPassword 
)

Member Data Documentation

◆ $log

$log = NULL
protected

◆ $mailRenderers

$mailRenderers = []
protected

◆ $sender

$sender = NULL
protected

◆ $smtpHost

$smtpHost
protected

◆ $smtpLocalhost

$smtpLocalhost
protected

◆ $smtpLogin

$smtpLogin = NULL
protected

◆ $smtpPassword

$smtpPassword = NULL
protected

The documentation for this class was generated from the following file: