Ruby on Rails Sunday, August 2, 2015



On Sun, Aug 2, 2015 at 12:32 PM, Donald Ziesig <donald@ziesig.org> wrote:
On 08/02/2015 01:29 AM, sanoy wrote:
Random issue with my ruby on rails application out of the blue. I'm getting a 501 error each time a user tries to submit the form. This error does not occur when I'm running the app locally, it only occurs when I push to Heroku.   

> heroku logs --tail(The error shows up below)

Net::SMTPSyntaxError (501 Sender syntax err$│
                  app/controllers/contact_controller.rb:38:$

I can't say for sure, but this might be a problem that the MTA you're trying to use isn't configured or allowed to accept things from heroku, or without some further authentication. 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAHUC_t-s-wntABavWWLMxg2xgNPQA0sLp-mhCnPmi1EV7P0zGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment