I am trying to use rackspace ssl smtp for my mail settings for our rails application and I am receiving this error
hostname was not match with the server certificate
I need to find a way to disable verify on the certs for ActionMailer.
Anyone know how to do this?
Resolved issue by using sendmail and configuring sendmail to use the proper smtp settings required to use rackspace email hosting.