what to fix this error
Do not use send exchange mail message use send email or send outlook mail mesaage activities
Cheers
Hi @julian_ho
Send mail should be used inside outlook app activity
Please check this video for better understanding
Cheers
what if i do not have outlook app? I’m using a proxy… i tried with gmail and same error popped up
Do you have the server details?
If you are using gmail then create a app passowrd and use it
Enabling Gmail for Email Activities.
Cheers
I don’t think Send Exchange Mail Message goes inside an Outlook 365 scope. Send Exchange Mail Message is just a standalone activity:
no idea what server details are… I already logged into the gmail account .
still have the same error pls help @Anil_G @postwick
In account you need to give Gmail variable. Just type ‘gmail’
Basically what you give in reference as is what you need to give here
Cheers
Your initial post showed Outlook 365 and Exchange, now you’re talking about gmail.
What are you doing?
You checked save as draft …check your drafts folder they will be there…
Remove it to send the email
And you have to give the client id and secret else it wont autheticate
Please follow there steps and use the activities mentioned there
Cheers
Did you write the replace function that i gave you earlier?
Here you have to use the output variable not the string
Cheers
yea but that assign activity is under the for each file in folder so i cant insert the variable in my body. how do i fix this?
It should ideally be before this right…else how would you insert a variable which you are reading afterwards?
Flow should be like this
- Your email static body assigned to a string variable str
2.then do the replace function
3.pass the str string and use send email