Questo aggiunge un allegato alla mail.
AddAttachement ( string $filename , [ string $fileType = null ], [ string $data = null ]) vuoto AddAttachement (string $ filename, [string $ filetype = null], [string $ data = null])
- $filename : the filename of the attachment stringa $ filename: il nome del file allegato
- $fileType : the file type of the attachment stringa $ filetype: il tipo di file dell'allegato
- $data : of the attachment this is not needed as it can be retrieved from the filename. $ stringa di dati: dell'attaccamento questo non è necessaria, dato che possono essere recuperate dal nome del file.
Questo aggiunge un indirizzo di posta elettronica all'elenco di indirizzi e-mail copia per conoscenza nascosta
AddBCC ( string $address ) vuoto AddBCC (string $ indirizzo)
- $address : the email address to add stringa $ address: l'indirizzo email di aggiungere
Questo aggiunge un indirizzo di posta elettronica all'elenco di indirizzi e-mail copia di carbonio
AddCC ( string $address ) vuoto AddCC (string $ indirizzo)
- $address : the email address to add stringa $ address: l'indirizzo email di aggiungere
Questo aggiunge un corpo template all'indirizzo e-mail, che rende il lavoro con e-mail molto più semplice.
Tutti i parametri dopo il $ templatedFilename vengono poi utilizzati nel modello. Ci devono essere almeno due parametri passati a questo metodo.
AddTemplatedBody ( string $templateFilename ) vuoto AddTemplatedBody (string $ templateFilename)
- $templateFilename : the filename of the templated body stringa $ templateFilename: il nome del file del corpo templated
Questo aggiunge un indirizzo di posta elettronica all'elenco di indirizzi e-mail a
AddTo ( string $address ) vuoto AddTo (string $ indirizzo)
- $address : the email address to add stringa $ address: l'indirizzo email di aggiungere
Questo invia l'e-mail.
Send () annullare Send ()
__get ( __ vuoto get ( ) $ Var)
__set ( void __ set ( , $ Var, ) $ VarValue)
__toString () vuoto __ toString ()