I am trying to access amazon SES from openshift using a django based app.
The app works properly when run from my development system (assuming firewall is not block SMTP connection) but does not succeed when run from openshift link after I push to the openshift servers. I can telnet to the SES server from the openshift console.
Is there an openshift or SES setting that I am missing here?