...
Code Block | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
$sender='kdez@mit.edu';
$emp_comm_email='nadamsx@mit.edu';
$domain2='seagrant.mit.edu';
|
...