Skip to content

Instantly share code, notes, and snippets.

View arieliten's full-sized avatar

Ariel Diaz Bermejo arieliten

  • Rio Cuarto - Argentina
View GitHub Profile
@ketanghumatkar
ketanghumatkar / send_mail_outside_rails.rb
Last active July 28, 2021 13:25
Send mail outside rails project with CSV attachment
#!/usr/bin/env ruby
##
# Run ruby script outside rails project by loading rails env
# Script will sent mail with csv attachment and run through cronjob
# Steps :-
# 1. Load rails environment
# 2. Set Mail SMTP configuration
# 3. Generate CSV
# 4. Configure mail