Hello,
I have the following statement -
Mail.defaults do
pop3 'mail.server.com', 110 do
user 'user'
pass 'pass'
end
end
How can the default variables be assigned manually?
I have the above running fine on localhost - but it breaks and give a NoMethodError pop3 when I push it up to Heroku.