Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upLength of Admin Email for GO Server #695
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
arvindsv
Nov 3, 2014
Member
Hmm, you're right. Max length seems to be 64, for no apparent reason. The
limit doesn't seem to be a hard limit. I was able to use the config XML to
change it to:
abcdefghijklmnopqrstuvwxyz_abcdefghijklmnopqrstuvwxyz0123456789_abcdefghijkl@gmail.com,
which has more than 64 characters. Can you try that?
Cheers,
Aravind
On Mon, Nov 3, 2014 at 10:41 AM, dave-ingham-tlr notifications@github.com
wrote:
I am establishing the "Email Notification" section of the Server
Configuration for the GO server via the web user interface.I have found that the Admin Email address appears to be truncated at 65
characters. The address that I need to supply is 80 characters long and is
therefore being rejected as the truncated address is not valid.Is this a hard limit to the length or can it be increased?
—
Reply to this email directly or view it on GitHub
#695.
|
Hmm, you're right. Max length seems to be 64, for no apparent reason. The Cheers, On Mon, Nov 3, 2014 at 10:41 AM, dave-ingham-tlr notifications@github.com
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dave-ingham-tlr
Nov 6, 2014
Thanks. This workaround worked. I was also able to go back into the Server Configuration page and send a test email successfully.
dave-ingham-tlr
commented
Nov 6, 2014
|
Thanks. This workaround worked. I was also able to go back into the Server Configuration page and send a test email successfully. |
dave-ingham-tlr commentedNov 3, 2014
I am establishing the "Email Notification" section of the Server Configuration for the GO server via the web user interface.
I have found that the Admin Email address appears to be truncated at 65 characters. The address that I need to supply is 80 characters long and is therefore being rejected as the truncated address is not valid.
Is this a hard limit to the length or can it be increased?