Hey,

I'm not sure why my action mailer is not sending mails and I wonder
where I have to set up the login settings for my email account in
insoshi. Normally I would create this in environment.rb

ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
  :address => 'smtp.1und1.de',
  :port => 25,
  :domain => 'mydomain.net',
  :authentication => :login,
  :user_name => '[EMAIL PROTECTED]',
  :password => 'mypassword',
}

But where does insoshi handle this besides the global preferences I
set up in the admin account?

THX

Matt
--~--~---------~--~----~------------~-------~--~----~
Insoshi developer site: http://dogfood.insoshi.com/
Insoshi documentation: http://docs.insoshi.com/

You received this message because you are subscribed to the Google
Groups "Insoshi" 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/insoshi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to