Open jorgefo opened 4 years ago
Thanks for the answer
but i change this
"Attachments" : {
"FileAttachment" : [{
"Name" : "firstAttachment.txt",
"ContentType" : "text/plain",
"Content" : "VGhpcyBpcyB0aGUgc2Vjb25kIGZpbGUgYXR0YWNobWVudC4=",
}]
},
with this but the problem is the same
"Attachments" : [{
"FileAttachment" : [{
"Name" : "firstAttachment.txt",
"ContentType" : "text/plain",
"Content" : "VGhpcyBpcyB0aGUgc2Vjb25kIGZpbGUgYXR0YWNobWVudC4=",
}]
}],
Hi
I have this error when try to send email with attachments
xml send
and this is the code