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