{if $error == "imap_extension_missing"}
Error: Eventum requires the IMAP extension in order to connect to IMAP/POP3 servers.
Please refer to the PHP manual for more details about how to enable the IMAP extension.
{elseif $error == "hostname_resolv_error"}
The provided hostname could not be resolved. Please check your information and try again.
{elseif $error == "could_not_connect"}
Could not connect to the server with the provided information.
{else}
Thank you, the connection to the email server was created successfully.
{/if}
Close Window