Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Write a php script (no need for the html code) that:
  2. -reads a user's email and a message from an html form
  3. -sends an email from x@myserver.net to either:
  4. techsupport@myserver.net if the message contains the word 'problem'
  5. or to
  6. sales@myserver.net if it contains the word 'product'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement