Example #1
0
<?php

$options['subject'] = $subject;
?>

<? EmailUtils::emailHeader($options); ?>
<?php 
echo $first_name;
?>
,

<p>An administrator with <?php 
echo $minyan->getName();
?>
 has set up an account for you at Make A Minyan!  Now you'll be notified
everytime the minyan needs a minyan via the contact method(s) that you submitted to the administrator.</p>

<p>You can jump right into your account and manage your settings by <a href="http://www.makeaminyan.com/login?user=<?php 
echo urlencode($to);
?>
">clicking here!</a></p>

<p>Here are your current settings: <br/>
    Email: <strong><?php 
echo $user->getUsername();
?>
</strong><br/>
    Phone: <strong><?php 
echo $user->getPhone();
?>
</strong><br/>