Removed missing example link (#2190)

The code_generator.phps example seems to have been removed. Remove the associated link in the README
This commit is contained in:
Jérémy VIGNELLES 2020-11-07 15:57:24 +01:00 committed by GitHub
parent 4e9e676c26
commit a2e5e89925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ Before running these examples in a web server, you'll need to rename them with '
Similarly, don't leave your passwords in these files as they will be visible to the world!
## [code_generator.phps](code_generator.phps)
This script is a simple code generator - fill in the form and hit submit, and it will use what you entered to email you a message, and will also generate PHP code using your settings that you can copy and paste to use in your own apps.
## [mail.phps](mail.phps)
This is a basic example which creates an email message from an external HTML file, creates a plain text body, sets various addresses, adds an attachment and sends the message. It uses PHP's built-in mail() function which is the simplest to use, but relies on the presence of a local mail server, something which is not usually available on Windows. If you find yourself in that situation, either install a local mail server, or use a remote one and send using SMTP instead.