Hi everyone, 
I am having trouble with the system mail.  When I send an email, it says it has completed, but no-one ever gets the mail.  Here is a clipping from my local.config.php 
Config::Set('EMAIL_USE_SMTP', true); 
# Add multiple SMTP servers by separating them with ; 
Config::Set('EMAIL_SMTP_SERVERS', 'smtpout.secureserver.net'); 
Config::Set('EMAIL_SMTP_PORT', '25'); 
Config::Set('EMAIL_SMTP_USE_AUTH', true); 
Config::Set('EMAIL_SMTP_USER', 'ceo@flyacva.ca'); 
Config::Set('EMAIL_SMTP_PASS', '*********'); 
if someone could help that would be greatly appreciated.