{formlabel label="Email transport"}
{forminput}
{if $mail.warning}
{formfeedback error=$mail.warning}
{tr}You will have to consult your server adminstrator to fix this issue.{/tr}
{else}
{formfeedback note="`$mail.success` Please check your inbox to confirm that the email was sent."}
{/if}
{/forminput}