Question: PHP programming : 1) Create a simple four-field (five if two other students ) XHTML form for sending email The fields should be for recipients
PHP programming :
1) Create a simple four-field (five if two other students ) XHTML form for sending email
The fields should be for recipients (2/3 if two other students, subject and message
The form should submit to a PHP file that you will create later.
2) Create the corresponding .php file for your email form that sends a single email using the passed form values to all recipients, You can do this by concatenating a single comma-separated list together for the respective field.
(Dont forget to hard-code your email address as the sender)
Using the form you created, send an email and return to the browser whether the email was sent
--- Attempt to verify with all students whose email address you received that they received the email (the email server may outgoing emails at a point )
Putting it together (and mail()) " Recipients Enter each emai address on a separate ine Message, SHeaders); html php mail (recipient(s), subject, messagel, add_headers]) GEORGE SON UNIVERSITY Putting it together (and mail()) " Recipients Enter each emai address on a separate ine Message, SHeaders); html php mail (recipient(s), subject, messagel, add_headers]) GEORGE SON UNIVERSITY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
