Displaying 1 result from an estimated 1 matches for "b2b2c".
Did you mean:
b2b2
2006 Aug 11
5
actionmailler corrupting emails
...what could be causing this? Someone on irc mentioned an
issue with ruby cgi library, but wasn''t sure how to fix it. My code
is below.
Thanks in advance,
Sean
Here''s my code:
# development.rb
# Smtp config
ActionMailer::Base.server_settings = {
:address => "smtp.b2b2c.ca",
:port => 25,
:domain => ''www.mywebsite.com''
}
ActionMailer::Base.default_charset = "utf-8"
# notfier.rb
class Notifier < ActionMailer::Base
def order_confirmation(order)
@recipients = order.customer.email
@from = "orders@...