vivekapex

Results 5 comments of vivekapex

Just for your reference. ``` class ReportMailer < ApplicationMailer default from: Rails.application.config.settings.mail.from def send_report reporting_task_id reporting_task = ReportingTask.find_by_id(reporting_task_id) scheduled_task = reporting_task.try(:get_scheduled_task) report = scheduled_task.try(:schedulable) return if reporting_task.blank? || scheduled_task.blank? ||...

Sorry but no luck with the above solution. I've tried with both ways a) Keeping layout: false. In this case it generates the report but the mail body is still...

Didn't have any success with this. The file attachment is working like charm but the mail content is still showing as another attachment. Working on different projects and had to...

Any progress here? I need to use it for my app but latest build files contain bootstrap css version v3.1.0 and popover version 3.3.7. My tour version is 0.12.0 and...