Skip to content

Instantly share code, notes, and snippets.

@dipak-tntra
Created December 28, 2020 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dipak-tntra/643f52d0d51689f446bab4f944e99531 to your computer and use it in GitHub Desktop.
Save dipak-tntra/643f52d0d51689f446bab4f944e99531 to your computer and use it in GitHub Desktop.
update the code of app/mailers/notification_mailer.rb
def send_csv(upload_csv)
@greeting = 'Hi'
attachments['parsed.csv'] = File.read(upload_csv.generated_csv)
mail(to: "sample@gmail.com", subject: 'CSV is parsed successfully.')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment