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) {

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

Code Block
langhtml
borderStylesolid


$sender='kdez@mit.edu';
$emp_comm_email='nadamsx@mit.edu';
$domain2='seagrant.mit.edu';

...