Recommend this page to a friend! |
Classes of Christian Vigh | PHP Mail Sending | examples/README.md | Download |
|
DownloadCONTENTS OF THE EXAMPLES DIRECTORYFile examples.inc.phpThis is the main include file for all the example. You will have to redefine two variables here before trying to run the examples :
Directory data/Contains files that are used as attachments by the attachments.Php example script. Directory Images/Contains two images that are embedded in the html contents of several example scripts. File mail.htmlHtml file that contains mail contents used by the external-html.php example script. Example scriptstextonly.phpSends an email with only a text part (no html contents). text-and-html.phpSends an email with both text and html parts. embedded-images.phpSends an email containing embedded images. Html contents are given by a string. external-html.phpSends an email whose html contents come from an external file, mail.html. The html contents reference two embedded images. attachments.phpSends an email with embedded images and attachments (coming from the data/ directory). |