Problem in sending email

0
Hi all, I am trying to send an email from mendix application, for that I have downloaded email template,mxReflection,Encryption module.I have configured my smtp settings(port,server),but iam unable to send email. while debugging the microflow which is in the email template module(send Email),its showing the error in encrypted string. Please find the link of the microflow tthat's showing the error in exclusive split.https://modelshare.mendix.com/models/42214999-927e-4d7e-88f4-0bf823eb479b/decrypt
asked
3 answers
0

Did you put exactly 16 characters in your encryption string?

Regards,

Ronald

[EDIT]

Try never to answer your own questions but edit your original question or put a comment. If at the split Is encrypted value the microflow goes to the log message your original string is not encrypted and you have to look at the cause why this string might not be encrypted. If you get another error please give us the error so we can help you further.

[EDIT2]

From the error below it seems that your email message object is not correct. Set a breakpoint just before sending your mail and double check the contents of your mail message.

 

answered
0

Yes,I have put exactly 16 characters.

answered
0

Are you sure the correct parameters are provided in the Java action call Encryption.DecryptString? MF in modelshare shows:

Parameters

value (not set)
key (not set)
prefix (not set)

answered