The specified string is not in the form required for a subject in SMTP message
Actually i have one excel sheet with multiple email id’s…
This is my workflow and i have assign all the method to variable and just passing those variable to the SMTP Activity…
But i am getting this error…
1 Like
Srini84
(Srinivas Kadamati)
July 13, 2021, 2:23pm
2
@Vinit_Mhatre
Can you keep a write line before Send SMTP message activity and give smptpsubject to see the value
If you can see that value output, then you can figure out the issue i believe
Thanks
yeah it showing me proper output in here but i dont why i am getting error in subject
this is the method which i am using : "Order Id “+row.Item(“Order ID”).ToString+ " from " +row.Item(“Date”).ToString+ " is overdue please send payment ASAP”
Srini84
(Srinivas Kadamati)
July 13, 2021, 2:30pm
4
@Vinit_Mhatre
Can you write row.Item(“Order ID”).ToString.Trim()
It will eliminate whitespaces if exists
Hope this may help you
Thanks
1 Like
system
(system)
Closed
July 16, 2021, 2:32pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.