Displaying 2 results from an estimated 2 matches for "merchant_support_email".
2006 Jun 16
0
Strange problem with ActionMailer
...else
@content_type = merchant.signup_confirmation_ctype
end
# Email body substitutions go here
@body["template_root"] = Notifier.template_root
@body["signup_path"] =signup_path
@body["merchant_name"] = merchant.name
@body["merchant_support_email"] = merchant.signup_confirmation_from
@body["name"] = affiliate.name
@body["email"] = affiliate.email
@body["address1"] = affiliate.address1
@body["address2"] = affiliate.address2
@body["city"] = affiliate.city
@body[&qu...
2006 Jun 21
0
Possible bug in actionmailer
...l"
else
@content_type = merchant.signup_confirmation_ctype
end
# Email body substitutions go here
@body["template_root"] = Notifier.template_root
@body["signup_path"] =signup_path
@body["merchant_name"] = merchant.name
@body["merchant_support_email"] = merchant.signup_confirmation_from
@body["name"] = affiliate.name
@body["email"] = affiliate.email
@body["address1"] = affiliate.address1
@body["address2"] = affiliate.address2
@body["city"] = affiliate.city
@body["sta...