Just a short follow up to my wild guess above...
The notifications class does the following (3.0.5) when sending the mail message:
Code: SmtpClient sender = new SmtpClient(GlobalSettings.SmtpServer);
sender.Send(mail);
This means, no SSL in there anywhere...and AFAIKS there's no way to specify SSL from web.config either...
Wanna borrow an smtp server? ; )
// ; ) Kalle
" - Yeah I'd like to share your point of view, as long as it's my view too... (
http://www.d-a-d.dk/lyrics/pointofview)