Hi Guys,
I have a problem with HtmlText in SMTP Email connector (V3) : My app is supposed to send emails when a form is submited.
I am using an HtmlText box to generate the boddy of this email.
When I am testing the app in preview it is working like a charm, but if I am "Playing" the app (not in the "edit preview mode"), the email sent is empty (it shows "enter your HTML text here.") as if my Html text box was empty ...
OnSuccess : SMTP.SendEmailV3(
{
From: "Awesome@mailaddress.com";
To: "Awesome2@mailaddress.com";
Subject: MailReservationTObject.Text;
Body: MailReservationT1Body.HtmlText
}
);;
SMTP.SendEmailV3(
{
From: "Awesome@mailaddress.com";
To: User().Email;
Subject: MailConfirmationUserTObject.Text;
Body: MailConfirmationUserTBody.HtmlText
}
);;
Navigate(EcranDeValidation;ScreenTransition.Cover)

Report
All responses (
Answers (