Installed openid_connect in an app having ruby '2.2.3' and rails '4.1.5'.
Existing email functionality has stopped working, none of the emails are going through without any exceptions. Tried but not able to figure out the issue.
In the Gemfile.lock the existing mail version is ~> 2.5.4
Installed openid_connect in an app having ruby '2.2.3' and rails '4.1.5'.
Existing email functionality has stopped working, none of the emails are going through without any exceptions. Tried but not able to figure out the issue.
In the Gemfile.lock the existing mail version is ~> 2.5.4
Open id connect installs a dependency validate_email which uses mail
Any workaround on this?