|
{if $mode == 'ask_for_email'} {"Welcome"|i18n}, {"I am here to assist you with setting up and ensuring your mail settings are correct and working."|i18n}
{elseif $mode == 'send_mail'} {"Please hold for a second while I attempt to send this test email..."|i18n}
{"If this page does not refresh in 30 seconds click here."|i18n} {elseif $mode == 'ask_mail_sent'}
{elseif $mode == 'send_sendmail'} {"Please hold for a second while I attempt to send this test message using a different sending method..."|i18n}
{"If this page does not refresh in 30 seconds click here."|i18n} {elseif $mode == 'ask_sendmail_sent'}
{elseif $mode == 'ask_for_smtp'} {"In order to try the next sending method we will need to have SMTP information. Please fill in the fields below and click next."|i18n}
{"Tip - If you do not have SMTP information or your SMTP information is not working try putting \"localhost\" for your SMTP Host and leave the user/pass blank."|i18n} {elseif $mode == 'send_smtp'} {"Please hold for a second while I attempt to send this test message using the SMTP sending method..."|i18n}
{"If this page does not refresh in 30 seconds click here."|i18n} {elseif $mode == 'ask_smtp_sent'}
{elseif $mode == 'sorry'}
{elseif $mode == 'congratulations'} Congratulations!
{/if} |