I've a simple template with a mail form that references a php script to send a email with the mail()
function. I did some research and I now know heroku does not support this out of the box, so I've tried this solution and a few others, but it is still not working. Do any of you know a work around or a known solution?
Asked
Active
Viewed 1,603 times
1

Community
- 1
- 1

André Lucas
- 1,788
- 1
- 18
- 36
-
1You need to configure it to use a SMTP server so have you configured it ? – NullPoiиteя May 14 '13 at 03:14
-
I did! I'm using SendGrid. Or at least I think i did. I set up the addon and used the script shown in the link I posted. – André Lucas May 14 '13 at 03:16