Questo aggiunge un allegato alla mail.
AddAttachement ( string $filename , [ string $fileType = null ], [ string $data = null ]) vuoto AddAttachement (string $ filename, [stringa $ 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 $ data: dell'attaccamento non è necessaria, dato che possono essere recuperate dal nome del file.
Questo aggiunge un indirizzo e-mail alla lista di indirizzi e-mail copia 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 e-mail alla lista di indirizzi copia e-mail
AddCC ( string $address ) vuoto AddCC (string $ indirizzo)
- $address : the email address to add stringa $ address: l'indirizzo email di aggiungere
Questo aggiunge un corpo modelli per l'indirizzo di posta elettronica 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 e-mail alla lista di indirizzi email
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 () void Send ()
__get ( __get vuoto ( ) $ Var)
__set ( __set vuoto ( , $ Var, ) $ VarValue)
__toString () vuoto __toString ()