JDutil / contact_us

Gem providing simple Contact Form functionality with a Rails 3+ Engine.
http://contact-us-demo.herokuapp.com
MIT License
135 stars 57 forks source link

Able to send from form, but not receiving anything in specified email. #63

Closed karl-x closed 7 years ago

karl-x commented 7 years ago

Hi There!

Firstly thanks for the form. I have followed the instructions in your Reamdme but cant seem to receive the email.

I have already amended the config.mailer_to, cant seem to find out what's wrong. Any suggestions on where i should be looking?

THANKS! Karl

JDutil commented 7 years ago

@karl-x it sounds like you need to configure your rails application's mail settings. This extension assumes that's already been done for your application because everyone's settings are different.

Here's the Rails guides on it, but you may want to check with your hosting provider for something more specific: http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration http://guides.rubyonrails.org/configuring.html#configuring-action-mailer