Openshift overrides email header 'from', 'reply-to' fields. How to send email without having to use SendGrid nor other paid email service.?
问题 I have django 1.6 and python 2.7 deployed on Openshift. I notice that when the application sends emails out, Openshift overrides the email header by changing the ' From ' field to ' no-reply@rhcloud.com ' and ignore all ' Reply-to ' field that has been set in the application. I have searched around and it seems like Openshift overrides the email header and recommendation is to use their email service partner which is NOT FREE. Is there any other way to avoid this ie. deploy Django application