A mail will not be delivered to Discord when value of custom_id exceeds 100 characters. Thecustom_id field contains base64 encoded from and to values of an email.
A solution could be to save from and to values in the database, and point custom_id to the database row.
Reproduction
- Send an email to
thisisaverylongemailaddress+yourmailbox@koira.testausserveri.fi
- Following error will occur and mail will not be delivered to Discord
app_1 | DiscordAPIError: Invalid Form Body
app_1 | components[0].components[0].custom_id: Must be 100 or fewer in length.
A mail will not be delivered to Discord when value of
custom_idexceeds 100 characters. Thecustom_idfield contains base64 encodedfromandtovalues of an email.A solution could be to save
fromandtovalues in the database, and pointcustom_idto the database row.Reproduction
thisisaverylongemailaddress+yourmailbox@koira.testausserveri.fi