You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the valid_email2 gem could be used to parse email addresses before we send an email. This would allow more flexibility in how emails are entered into the email fields (e.g., the Name <[email protected]> format could be used--this format currently gives a mail error...).
It looks like the
valid_email2
gem could be used to parse email addresses before we send an email. This would allow more flexibility in how emails are entered into the email fields (e.g., theName <[email protected]>
format could be used--this format currently gives a mail error...).See https://stackoverflow.com/questions/38611405/email-validation-in-ruby-on-rails for details
The text was updated successfully, but these errors were encountered: