Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
langhtml
borderStylesolid
function send_email ($requesting_page, $arg1, $arg2, $arg3, $arg4, $arg5, $arg6) {

The variables for primary contact $sender , communications contact $emp_comm_email , and URL of host website $domain2  must be declared within the function:

...