Email template gives error

0
Hi all, I am use email template but when I am use it and run the code it shows error like this How can I resolve this error please guide
asked
2 answers
1

The email template module has a dependency on the encryption module, which contains a constant called encryption key. You need to give this key a value of 16 characters.

answered
0

In the encryption module under folder Private-String en/de-cryption → Apis → EncryptionKey. Here you have to set encryption key value which is 16 characters.

answered