Dadurch wird eine Bindung an die E-Mail.
AddAttachement ( string $filename , [ string $fileType = null ], [ string $data = null ]) void AddAttachement (string $ filename, [string $ filetype = null], [string $ data = null])
- $filename : the filename of the attachment string $ filename: Der Dateiname des Anhangs
- $fileType : the file type of the attachment string $ filetype: die Datei-Typ der Anlage
- $data : of the attachment this is not needed as it can be retrieved from the filename. string $ data: der Befestigung ist dies nicht erforderlich, da es aus dem Dateinamen abgerufen werden können.
Dadurch wird eine E-Mail-Adresse in die Liste der blind carbon copy E-Mail-Adressen
AddBCC ( string $address ) void addBcc (string $ address)
- $address : the email address to add string $ Adresse: E-Mail-Adresse hinzufügen
Dadurch wird eine E-Mail-Adresse in die Liste der Kopie per E-Mail-Adressen
AddCC ( string $address ) void AddCC (string $ address)
- $address : the email address to add string $ Adresse: E-Mail-Adresse hinzufügen
Dies fügt eine Vorlagen Körper der E-Mail-Adresse, die das Arbeiten mit E-Mail wesentlich einfacher macht.
Alle Parameter nach dem $ templatedFilename werden dann in der Vorlage verwendet werden. Es müssen mindestens zwei Parameter an diese Methode übergeben werden.
AddTemplatedBody ( string $templateFilename ) void AddTemplatedBody (string $ templateFilename)
- $templateFilename : the filename of the templated body string $ templateFilename: der Dateiname der Vorlagen Körper
Dadurch wird eine E-Mail-Adresse in die Liste der Adressen E-Mail
AddTo ( string $address ) void AddTo (string $ address)
- $address : the email address to add string $ Adresse: E-Mail-Adresse hinzufügen
Dieser sendet die E-Mail.
Send () void Send ()
__get ( void __get ( ) $ Var)
__set ( void __set ( , $ Var, ) $ VarValue)
__toString () void __toString ()