dlichten
(Daniel Lichtenstadt)
January 2, 2020, 7:39am
1
hi everyone
how can I send an email with a table in “send outlook mail” that have a variables inside the table
I tried this way without the ‘+’ and the variables and it worked
when I tried to add the variables (like in the snapshot) between the ‘+’ it showed me this error: “String constants must end with a double quote.”
thank u very much
Hi @dlichten
Just add together in one line like below
"<html> <body><table>...</html>"
dlichten
(Daniel Lichtenstadt)
January 2, 2020, 7:47am
3
OK it worked
but it send me an email that look like this
this is how I sent the mail
html>
" + String1 +“
" + String1 +”
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
" + String1 +"
(all in one row)
dont know how to change it that it will show what I wrote
Does “header1” variable holds any value? Did you checked IsBodyHTML option in property window?
dlichten
(Daniel Lichtenstadt)
January 2, 2020, 7:54am
5
aanandsanraj:
IsBodyHTML
IsBodyHTML is on
and I changed every variable - header and item, into String1 that holds “Daniel”
Please share the screenshot of email body value
dlichten
(Daniel Lichtenstadt)
January 2, 2020, 8:06am
7
and String1 = to the table that I entered to the table
(I did a recursion)
my bad
thank you very much for the help!!!
system
(system)
Closed
January 5, 2020, 8:06am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.