action mailer gem and tlsmail gem not working in heroku after GIT PUSH HEROKU
- by user163352
I'm using heroku as my host..It was working fine.
Then I installed action_mailer_tls and tlsmail.
Then I comitted it and pushed it heroku..
After that I got error in myapp.heroku.com.
The error is
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load -- smtp_tls (MissingSourceFile)
from…