You are right, the docs are behind the code http://github.com/castleproject/Castle.MonoRail/blob/master/src/Castle.MonoRail.Framework/Configuration/SmtpConfig.cs#L42 http://github.com/castleproject/Castle.MonoRail/blob/master/src/Castle.MonoRail.Framework/Services/MonoRailSmtpSender.cs#L43
On Fri, Feb 26, 2010 at 10:40 AM, bdaniel7 <[email protected]> wrote: > I know that part, however I thought the code might have some updates > not reflected in the docs. > > I found also the Castle.Components.Common.EmailSender.SmtpSender which > has a UseSSL property but it doesn't seem to be integrated with > Monorail. > > On Feb 25, 11:42 pm, Roelof Blom <[email protected]> wrote: > > http://www.castleproject.org/monorail/documentation/trunk/manual/conf... > > > > I don't think it supports SSL. > > > > On Thu, Feb 25, 2010 at 6:46 PM, bdaniel7 <[email protected]> wrote: > > > Hello, > > > > > Is it possible to specify more details for the smtp related settings > > > from > > > <monorail config? > > > > > Or to have it use the settings from <mailSettings>? > > > > > The problem in a project is that I need to use a smtp server which is > > > not using default port 25 and is using ssl. > > > > > Pretty much like in this article: > > > > >http://ayende.com/Blog/archive/2008/12/31/didja-know-merging-windsor-. > .. > > > > > Thanks, > > > Dan > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Castle Project Users" group. > > > To post to this group, send email to > [email protected] > > > . > > > To unsubscribe from this group, send email to > > > [email protected]<castle-project-users%[email protected]> > <castle-project-users%[email protected]<castle-project-users%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/castle-project-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
