0

I am using SendEmailNotification via call to send email. It is throwing an error

"List of params for Method or activity that this step is calling— Property @baseclass.gmail is undefined."

This is when I used smtp.gmail.com as smtphodt. When I change it to smtp.yahoo.com it says "List of params for Method or activity that this step is calling— Property @baseclass.yahoo is undefined."

Help is appreciated!

jeevanreddymandali
  • 395
  • 3
  • 8
  • 23
  • Definitely there is a problem in property reference . Could share the screenshot of each step of the activity? – AJ. Nov 18 '19 at 07:50

1 Answers1

0

This got solved by putting smtp.gmail.com in double quotes.

jeevanreddymandali
  • 395
  • 3
  • 8
  • 23