Guest User

Untitled

a guest
May 25th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. task :test => :environment do
  2. r = ['marca@mac.com','marca@nupha.net','marca@lemonchik.com']
  3. for e in r
  4. Notifier.deliver_test( e )
  5. end
  6. end
Add Comment
Please, Sign In to add comment