Error sending notifications Options
warren
Posted: Monday, June 30, 2008 8:25:31 PM

Rank: Addict

Joined: 7/19/2006
Posts: 777
Location: Leigh-on-Sea, Essex, UK
Nice tip Paul, I appreciate it I knew someone would be able to help me!

Warren



Warren Buckley an Umbraco MVP 08-09 & level 1 certified developer
kalpa
Posted: Monday, June 30, 2008 8:37:36 PM

Rank: Fanatic

Joined: 7/19/2006
Posts: 492
Location: Göteborg, Sweden
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)
warren
Posted: Friday, August 15, 2008 1:24:28 PM

Rank: Addict

Joined: 7/19/2006
Posts: 777
Location: Leigh-on-Sea, Essex, UK
Hello all,
In my next version of my site wizard package for v4 of umbraco I am prompting the user to use the <mailSettings> method.
http://forum.umbraco.org/yaf_postsm29074_Have-you-ever-used-Creative-Website-Wizard.aspx#29069

But I am not a 100% sure this will work with notifications and such inside umbraco, can someone reassure me please.

Warren

Warren Buckley an Umbraco MVP 08-09 & level 1 certified developer
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.