Displaying 1 result from an estimated 1 matches for "mailerattach".
Did you mean:
mailasattach
2006 May 05
1
ActionMailer with attachments, body is blank
...@mycontent just fine. Suggestions?
Here is my mailer class:
class MarketingMailer < ActionMailer::Base
def standard_mailer
(_firstname,recipient,_subject,from_name,from_email,_content,_mailer_id,
_recipient_id,sent_at = Time.now)
@mailer = Mailer.find(_mailer_id)
@ma = @mailer.mailerattachments
@subject = _subject
@recipients = recipient
@from = from_name + " <" + from_email + ">"
@sent_on = sent_at
@headers[''X-Mailer''] = ''PFCSIntranet''
@headers[''MIME-Version''] = ''...