No sender when sending an email using DAS in Verse

Hi all

We have a problem when sending emails using DAS.
In Verse there is no sender in the email. For example:

1. Made settings in the mail

2. Set the settings in the web site

2. Send a letter

If necessary for the test:

{
"from": {
"from": "admin@local.area"
},
"to": [
{
"email":"tN@local.area"
}],
"subject":"test",
"content": [
{
"contentType":"text\/plain; charset=UTF-8",
"data":"This is a sample message body"
}]
}

4. And we see that Verse does not show the sender.

5. While in iNotes and Notes everything is correct

How to fix this problem?

Thanks in advance

Hello.

I think you should send an email using the SMTP protocol.
Simply creating a document by RESTAPI does not store values in the items required as an email.

Thank you very much in advance.

Regards,

Shigemitsu Tanaka