Bun venit in sectiunea de administrare a modulului CMSMailer';
$lang['changelog'] = '
Acest modul nu ofera nici o functionalitate utilizatorului final. Este destinat spre a fi integrat in alte module pentru a oferi suport pentru e-mail. Aceasta este tot, nimic mai mult.
Acest modul ofera o simpla infasurare a metodelor si variabilelor lui phpmailer. Este destinat folosirii de catre alti dezvoltatori de module, mai jos este prezentat un exemplu si o scurta referinta API. Va rog sa cititi documentatia inclusa in PHPMailer pentru mai multe informatii.
void reset()
Reseteaza obiectul inapoi la valorile specificate in panoul de administrare
string GetAltBody()
Returneaza body alternativ e-mail
void SetAltBody( $string )
Seteaza body alternativ e-mail
string GetBody()
Returneaza body primar e-mail
void SetBody( $string )
Seteaza body primar e-mail
string GetCharSet()
Implicit: iso-8859-1
Returneaza setul de caractere mailer
void SetCharSet( $string )
Seteaza set caractere mailer
string GetConfirmReadingTo()
Returneaza flag de confirmare citire e-mail adresa
void SetConfirmReadingTo( $address )
Seteaza sau de-seteaza adresa de confirmare citire
string GetContentType()
Implicit: text/plain
Returneaza tipul de continut
void SetContentType()
Seteaza tipul de continut
string GetEncoding()
Returneaza encodarea folosita
void SetEncoding( $encoding )
Seteaza encodarea
Optiuni disponibile: 8bit, 7bit, binary, base64, quoted-printable
string GetErrorInfo()
Returneaza orice informatie de eroare
string GetFrom()
Returneaza adresa expeditor curenta
void SetFrom( $address )
Seteaza adresa expeditor
string GetFromName()
Returneaza nume expeditor curent
SetFromName( $name )
Seteaza nume expeditor
string GetHelo()
Returneaza stringul HELO
SetHelo( $string )
Seteaza stringul HELO
Valoare implicita: $hostname
string GetHost()
Returneaza hosturile SMTP separate prin punct si virgula
void SetHost( $string )
Seteaza host-urile
string GetHostName()
Returneaza hostname folosit pentru SMTP Helo
void SetHostName( $hostname )
Seteaza hostname folosit pentru SMTP Helo
string GetMailer()
Returneaza mailer-ul
void SetMailer( $mailer )
Seteaza mailer-ul, sendmail,mail, sau smtp
string GetPassword()
Returneaza parola pentru autentificare smtp
void SetPassword( $string )
Seteaza parola pentru autentificare smtp
int GetPort()
Returneaza numarul de port pentru conexiuni smtp
void SetPort( $int )
Seteaza portul pentru conexiuni smtp
int GetPriority()
Returneaza prioritatea mesajului
void SetPriority( int )
Seteaza prioritatea mesajului
Valori disponibile 1=Mare, 3 = Normala, 5 = Scazuta
string GetSender()
Returneaza stringul e-mail expeditor (return path)
void SetSender( $address )
Seteaza string expeditor
string GetSendmail()
Returneaza calea catre sendmail
void SetSendmail( $path )
Seteaza calea catre sendmail
bool GetSMTPAuth()
Returneaza valoarea curenta a smtp auth flag
SetSMTPAuth( $bool )
Seteaza smtp auth flag
bool GetSMTPDebug()
Returneaza valoarea SMTP debug flag
void SetSMTPDebug( $bool )
Seteaza SMTP debug flag
bool GetSMTPKeepAlive()
Returneaza valoarea SMTP keep alive flag
SetSMTPKeepAlive( $bool )
Seteaza SMTP keep alive flag
string GetSubject()
Returneaza string curent subiect e-mail
void SetSubject( $string )
Seteaza string subiect e-mail
int GetTimeout()
Returneaza valoare timeout
void SetTimeout( $seconds )
Seteaza valoare timeout
string GetUsername()
Returneaza username autentificare smtp
void SetUsername( $string )
Seteaza username autentificare smtp
int GetWordWrap()
Returneaza valoare wordwrap
void SetWordWrap( $int )
Returneaza valoare wordwrap
AddAddress( $address, $name = '' )
Adauga adresa destinatar
AddAttachment( $path, $name = '', $encoding = 'base64', $type = 'application/octent-stream' )
Adauga atasament
AddBCC( $address, $name = '' )
Adauga adresa destinatar camp BCC
AddCC( $address, $name = '' )
Adauga adresa destinatar camp CC
AddCustomHeader( $txt )
Adauga header custom e-mailului
AddEmbeddedImage( $path, $cid, $name = '', $encoding = 'base64', $type = 'application/octent-stream' )
Adauga imagine embedded
AddReplyTo( $address, $name = '' )
Adaugare adresa reply to
AddStringAttachment( $string, $filename, $encoding = 'base64', $type = 'application/octent-stream' )
Adauga atasament
ClearAddresses()
Goleste toate adresele
ClearAllRecipients()
Goleste toti destinatarii
ClearAttachments()
Arunca toate atasamentele
ClearBCCs()
Goleste toate adresele BCC
ClearCCs()
Goleste toate adresele CC
ClearCustomHeaders()
Goleste header-ele custom
ClearReplyto()
Goleste adresa reply to
IsError()
Verifica pentru conditie de eroare
bool IsHTML( $bool )
Seteaza flag html
Nota posibil ca aceasta sa trebuiasca sa fie o metoda get si set
bool IsMail()
Verifica daca folosim mail
bool IsQmail()
Verifica daca folosim qmail
IsSendmail()
Verifica daca folosim sendmail
IsSMTP()
Verifica daca folosim smtp
Send()
Trimite emailul curent
SetLanguage( $lang_type, $lang_path = '' )
Seteaza limba curenta si (optional) cale limba
SmtpClose()
Inchide conexiunea smtp
Acest modul nu include suport comercial. Totusi, sunt disponibile resurse pentru a primi ajutor in privinta lui:
As per the GPL, this software is provided as-is. Please read the text
of the license for the full disclaimer.