<p>Here are your current settings: <br/>
    Email: <strong><?php 
echo $user->getUsername();
?>
</strong><br/>
    Phone: <strong><?php 
echo $user->getPhone();
?>
</strong><br/>
    Temporary Password: <strong><?php 
echo sfConfig::get('app_temp_password');
?>
</strong><br/>
    Contact Methods: <strong>
        <? if($minyanUser->getUsePhone()): ?> Phone <? endif; ?>
        <? if($minyanUser->getUseSms()): ?> Text <? endif; ?>
        <? if($minyanUser->getUseEmail()): ?> Email<? endif; ?>
    </strong>


</p>

<p>Don't hesitate to drop us a line or <a href="mailto:support@kishkee.com">send us an email</a> if you need something, we're here to help.</p>


Now go to minyan!<br/>
- The Abishter<br/>

<? EmailUtils::emailFooter($options); ?>