Displaying 2 results from an estimated 2 matches for "tlsmail".
Did you mean:
lsmail
2008 Dec 07
3
Cannot get tlsmail working; Want Gmail as SMTP
...Google Apps account) as
my application''s SMTP. Every time, both on my slicehost server and local
dev machine (both Ubuntu Linux), my logs show no errors and I see a copy
of the mail in my logs. Yet I never received a test email. I''ve tried
both the action_mailer_tls plugin and the tlsmail gem. Both give the
same results. I prefer to get tlsmail working. Here are the tlsmail
settings, at the end of my environment.rb, that I''m using:
require ''tlsmail''
Net::SMTP.enable_tls(OpenSSL::SSL::VERIFY_NONE)
ActionMailer::Base.raise_delivery_errors = true
ActionMail...
2010 Oct 13
1
Installation of rmagick --version '>= 2.13.1' on CENTOS
I have successfully installed the following components in my centos
server:
Ruby 1.8.7
Rails 2.3.8
Gem 1.3.7
paperclip --version ''>= 2.3.3''
will_paginate --version ''>= 2.3.15''
tlsmail --version ''>= 0.0.1''
but facing problem at the time of installation of
rmagick --version ''>= 2.13.1''
When I go for installation by using the " gem install rmagick --
version ''>= 2.13.1'' " command, I am getting the follo...