-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch email separator from ";" to "," #755
Conversation
According to the RFC, email addresses should be separated by a comma. https://tools.ietf.org/html/rfc5322#section-3.6.3
Good one. Thanks! |
@altishchenko the reason I found this in the first place was that the failure coming back from the SMTP server ended up killing the erlang process completely and I was unable to start it up again for long enough to actually change the setting. I would have thought that the server would be more resilient to an email sending failure like this, but apparently that particular error case isn't being handled properly. |
@jcn I'd be more than happy to see the logs with the server being unable to start. Erlang is resilient to many sorts of failure and if the server doesn't start if means we have a problem somewhere else. |
@altishchenko Thanks, I've opened issue #756 where we can discuss this further. |
@gotthardp do you think it would be possible to do a patch release to get this (And other possible bug fixes) into the 0.6.x branch for those of us running a more stable platform? |
And do you know what other fixes you want to get included? |
@gotthardp The only thing that I think I'd personally be interested in would be the switch from Google Maps to Leaflet, just to remove the dependency, but that's not really a deal breaker for me right now. I'm mostly just looking through the commits since 0.6.7 and there were a few things
For additional features in an 0.6.x branch, I feel like these would make sense, but I also respect not wanting to publish another 0.6.x feature branch.
|
According to the RFC, email addresses should be separated by a comma.
https://tools.ietf.org/html/rfc5322#section-3.6.3
This came up because I we have been trying to configure our server to send using SES and the server started crashing with the following error message:
This change should solve this problem.
Additional reference: https://forums.aws.amazon.com/thread.jspa?threadID=118409