I have my Node.js application hosting in Openshift to test it and I want to send email. I have a contact form and I would like to receive the message by mail. In local I setup nodemailer with my Gmail account but when I try it in Openshift it does't work because of the security conditions of Google...
I don't have any idea to solve this so if someone had a trick !
Thank's