I have configured smtp gmail for mail sending. It sends mail well, but when try to open script/console, it says no such file to load — tlsmail and ends. If i comment out the require ‘tlsmail’ file in environment.rb file, it doesn’t send the mail. gem list also shows the tlsmail installed on machine.
Share
Found that this was just the issue with tlsmail gem not being installed.
sudo gem install tlsmail
fixed the issue.