Guest User

Untitled

a guest
Apr 7th, 2018
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. //$variable = $modx->getOption('name', PropertySet, 'default');
  2.  
  3.   $mailto = $modx->getOption('notify_404_mailto', $scriptProperties, 'to@email.com');
  4.    
  5.   // E-mail address to use as the "from" field.
  6.   $mailfrom = $modx->getOption('notify_404_mailfrom', $scriptProperties, 'from@email.com');
  7.  
  8.   // E-mail address to send along as the "reply-to" email.
  9.   $replyto = $modx->getOption('notify_404_replyto', $scriptProperties, 'replyto@email.com');
Add Comment
Please, Sign In to add comment