ignoreTLS :[Oct 13]

:person_tipping_hand: o1lab asked

:raising_hand_man: ivlivs replied

tried also with another browser, still does not appear

:raising_hand_man: ivlivs replied

what else could be outdated?

:raising_hand_man: ivlivs replied

I have deployed the docker image on kubernetes, no persistence

:raising_hand_man: ivlivs replied

should I reset something in the db?

:raising_hand_man: ivlivs replied

in fact, the input_schema for SMTP in nc_plugins seems to be the old one

:person_tipping_hand: o1lab replied

What is NC_DB pointing too

:person_tipping_hand: o1lab replied

Env variable

:raising_hand_man: ivlivs replied

mssql

:person_tipping_hand: o1lab replied

Ok

:person_tipping_hand: o1lab replied

Was the same schema was used with < 0.11.42

:raising_hand_man: ivlivs replied

seems so, missing only ignoreTLS

:raising_hand_man: ivlivs replied

{"title":"Configure Email SMTP","items":[{"key":"from","label":"From","placeholder":"eg: admin@example.com","type":"SingleLineText","required":true},{"key":"host","label":"Host","placeholder":"eg: smtp.example.com","type":"SingleLineText","required":true},{"key":"port","label":"Port","placeholder":"Port","type":"SingleLineText","required":true},{"key":"secure","label":"Secure","placeholder":"Secure","type":"SingleLineText","required":true},{"key":"username","label":"Username","placeholder":"Username","type":"SingleLineText","required":false},{"key":"password","label":"Password","placeholder":"Password","type":"Password","required":false}],"actions":[{"label":"Test","key":"test","actionType":"TEST","type":"Button"},{"label":"Save","key":"save","actionType":"SUBMIT","type":"Button"}],"msgOnInstall":"Successfully installed and email notification will use SMTP configuration","msgOnUninstall":""}

:person_tipping_hand: o1lab replied

Ya as mentioned earlier the upgrade part is missing for existing nc_db

:raising_hand_man: ivlivs replied

ok, can I just edit the schema in place?

:person_tipping_hand: o1lab replied

Ya and then restart nocodb

:raising_hand_man: ivlivs replied

ok, thanks

:raising_hand_man: ivlivs replied

still seeing Warning : mailSend failed, Please configure emailClient configuration.

:raising_hand_man: ivlivs replied

any way to see more info from nodemailer?

:person_tipping_hand: o1lab replied

any info in docker logs