i have a notification list which is more than 100 characters.
and i have to send a email notification in one time (with 100+characters email address)
i had changed media.sendto from CHAR(100) to CHAR(255)
but events action still use the first 100 characters as the email address
how to send a notification which email address is more than 100 char?
and i have to send a email notification in one time (with 100+characters email address)
i had changed media.sendto from CHAR(100) to CHAR(255)
but events action still use the first 100 characters as the email address
how to send a notification which email address is more than 100 char?
Comment