spree-user
[Prev] Thread [Next] | [Prev] Date [Next]
[spree-user] Re: sending mail in dev mode N. Overloop Fri Jun 26 11:00:37 2009
configuration -> initializers -> mail.rb:
# Email settings
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
:address => "relay.example.com",
:port => 25,
:domain => "relay.example.com",
}
On 25 jun, 21:00, Rob Kuhr <[EMAIL PROTECTED]> wrote:
> How are people configuring this? I have plenty of other rails apps that run
> locally and send out mail fine, but even ifI try and fake it into production
> mode, it won't send out the mail. Any pointers?
>
> --
> \m/^.^\m/
> "Some scientists claim that hydrogen,
> because it is so plentiful, is the basic building block of the universe.
> I dispute that.
> I say that there is more stupidity than hydrogen,
> and that is the basic building block of the universe."
> -Frank Zappahttp://www.tunagami.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Spree" 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/spree-user?hl=en
-~----------~----~----~----~------~----~------~--~---
- [spree-user] sending mail in dev mode Rob Kuhr
- [spree-user] Re: sending mail in dev mode N. Overloop <=