{"Mail Configuration Wizard"|i18n}


{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}

{"To begin we will try to send a sample email message to see if email sending is working properly."|i18n}


{"Please enter a email address for the test message to be sent to:"|i18n}

{if $admin.brand_demo} {"Disabled in demo"|i18n} {else} {/if}

{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'}

{"Please check your email address \"%s\" for a new message entitled \"Test Message (Default Method)\""|i18n:$email}

{"It may take several minutes for your mail to arrive. If you do not see the message in your inbox check your filters and any junk mail folders."|i18n}


{"Did you receive the email?"|i18n}

{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'}

{"Please check your email address \"%s\" for a new message entitled \"Test Message (Sendmail Method)\""|i18n:$email}

{"It may take several minutes for your mail to arrive. If you do not see the message in your inbox check your filters and any junk mail folders."|i18n}


{"Did you receive the email?"|i18n}

{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}

{"SMTP Host"|i18n}

{"SMTP Username"|i18n}

{"SMTP Password"|i18n}

{"SMTP Port"|i18n}

{if $mailer == 'swift'}

{"Encryption"|i18n}

{"Use POP3 Authentication"|i18n}

{/if}



{"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'}

{"Please check your email address \"%s\" for a new message entitled \"Test Message (SMTP Method)\""|i18n:$email}

{"It may take several minutes for your mail to arrive. If you do not see the message in your inbox check your filters and any junk mail folders."|i18n}


{"Did you receive the email?"|i18n}

{elseif $mode == 'sorry'}

{"Unfortunately I was unable to find a sending method that was working for you. This could be due to a couple of reasons:"|i18n}

  • {"Your mail is being delayed"|i18n}
    {"If this is the case you will receive test emails in the near future. If you receive a test email simply open that email to learn how to set the mail settings correctly to the sending method that worked."|i18n}

  • {"Your host is restricting or blocking mail"|i18n}

  • {"The SMTP information you entered may be incorrect"|i18n}
    {"Double check your smtp information and re-run this utility."|i18n}

{"You can run this utility again at any time by going to:"|i18n}
{"Admin Settings > Mail Configuration Wizard "|i18n}

{"Startup Page"|i18n}

{elseif $mode == 'congratulations'} Congratulations!

{"Your mail settings should now be set correctly and you are now ready to start using the email features."|i18n}

{"Startup Page"|i18n}

{/if}