02-03-2020, 05:51 PM
(02-02-2020, 08:11 PM)mkakeshyft_tom Wrote:(01-27-2020, 07:36 PM)efrain.c Wrote: Hi mkakeshyft_tom,
I was not able to make the verification email fail. It might be an issue with your config file. Can you try putting a get cdb_sdk(pProjectName) before the cdb_createUserAccount? If it still doesn't work, you can email me (support@canelasoftware.com) the projectID of the project and I can check some things server-side.
Hi Efrain,
So when I add a call to the sdk I get a "handler not found"
screens attached. without the sdk line, the account is successful but still no verification email.
(02-02-2020, 08:11 PM)mkakeshyft_tom Wrote:(01-27-2020, 07:36 PM)efrain.c Wrote: Hi mkakeshyft_tom,
I was not able to make the verification email fail. It might be an issue with your config file. Can you try putting a get cdb_sdk(pProjectName) before the cdb_createUserAccount? If it still doesn't work, you can email me (support@canelasoftware.com) the projectID of the project and I can check some things server-side.
Hi Efrain,
So when I add a call to the sdk I get a "handler not found"
screens attached. without the sdk line, the account is successful but still no verification email.
ok, so when I put "get" infront of the SDK command it works....
but still no email. I will message support
Hi Tom,
cdb_sdk is a function so it needs to be called in one of the following ways:
get cdb_sdk(pProjectName)
or
put cdb_sdk(pProjectName) into tVariable
I'll get back to you in support once I find more. I'll let you know if I have any questions.