Hi BJ,

Just out of interest, does it work under development mode on the same server?
I was having a similar issue, where it works fine in dev mode, but not
in production mode. I havent managed to get t resolved yet..

http://www.ruby-forum.com/topic/91276#180017



On 1/11/07, BJ Clark <[EMAIL PROTECTED]> wrote:
> Hello All,
> I'm still un-able to get my contact page to work.
> I am getting no errors in my production log. All that I can find that
> related to the mailer is this:
>
> Processing SiteController#show_page (for 165.127.53.190 at 2007-01-10
> 16:58:20) [POST]
>   Parameters: {"mailer"=>{"message"=>"Test", "name"=>"BJ",
> "subject"=>"", "email"=>"[EMAIL PROTECTED]"}, "action"=>"show_page",
> "url"=>["contact"], "mailer_name"=>"contact", "controller"=>"site"}
> Completed in 0.01511 (66 reqs/sec) | DB: 0.00077 (5%) | 200 OK
> [http://www.scidept.com/content/contact]
>
> The problem is that I'm not getting any email and it's not forwarding
> to my /contact/thank-you page, it just goes back to a blank /contact/
> page.
>
> Anyone have any ideas?
> Thanks,
> BJ Clark
>
>
> On 1/5/07, BJ Clark <[EMAIL PROTECTED]> wrote:
> > Sean,
> > Here's what I have in config/environment.rb:
> > ActionMailer::Base.server_settings = {
> >   :address  => "domain.com",
> >   :port  => 25,
> >   :domain  => 'domain.com',
> >   :user_name  => "[EMAIL PROTECTED]",
> >   :password  => 'password',
> >   :authentication  => :login
> > }
> > (obviously this is obfuscated)
> > I have two questions here. What is :address and :username supposed to
> > be? Any ideas?
> > Thanks,
> > BJ
> >
> > On 1/5/07, Sean Cribbs <[EMAIL PROTECTED]> wrote:
> > > BJ,
> > >
> > > Make sure you have set the ActionMailer settings in config/environment.rb 
> > > or
> > > config/environments/production.rb .  You might need to set
> > > an SMTP server to use, rather than sendmail.
> > >
> > > Sean
> > >
> > >
> > >  On 1/4/07, BJ Clark <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Anyone got the Mailer Behavior to work on ASmallOrange.com hosting?
> > > >
> > > > I have the behavior installed and everything set up to what I think is
> > > > correct, but the form just reloads it's self (not thank-you) and I
> > > > never get an email. There doesn't seem to be any errors, all I can
> > > > find in any error logs is in production.log I get:
> > > >
> > > > "Processing SiteController#show_page (for ******** at 2007-01-04
> > > > 16:56:19) [POST]
> > > >   Parameters: {"mailer"=>{"message"=>"test test", "name"=>"me",
> > > > "subject"=>""}, "action"=>"show_page",
> > > "url"=>["contact"],
> > > > "mailer_name"=>"contact", "controller"=>"site"}
> > > > Completed in 1.89603 (0 reqs/sec) | DB: 0.00087 (0%) | 200 OK
> > > > [http://www.mysite.com/content/contact ]
> > > >
> > > >
> > > > My config part is this:
> > > >
> > > > mailers:
> > > >   contact:
> > > >     subject: From Contact Form
> > > >     from: [EMAIL PROTECTED]
> > > >     redirect_to: /contact/thank-you/
> > > >     recipients:
> > > >       - [EMAIL PROTECTED]
> > > >
> > > >
> > > > Any suggestions?
> > > > Thanks,
> > > > BJ Clark
> > > > _______________________________________________
> > > > Radiant mailing list
> > > > Post:   [email protected]
> > > > Search: http://radiantcms.org/mailing-list/search/
> > > > Site:
> > > http://lists.radiantcms.org/mailman/listinfo/radiant
> > > >
> > >
> > >
> > > _______________________________________________
> > > Radiant mailing list
> > > Post:   [email protected]
> > > Search: http://radiantcms.org/mailing-list/search/
> > > Site:
> > > http://lists.radiantcms.org/mailman/listinfo/radiant
> > >
> > >
> >
> _______________________________________________
> Radiant mailing list
> Post:   [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to