I am trying to send an email from ABSL code to employee email.
It is working fine as long as i am sending plain text, when i tried to send html formatted text the below error appeared :
"The document you want to upload has the MIME type text/html. Documents with this MIME type are not allowed to be uploaded according to the settings made in your solution configuration."
Any help please ?