Send Exchange Mail Message: No server address provided error

image
what to fix this error

@julian_ho

Do not use send exchange mail message use send email or send outlook mail mesaage activities

Cheers


i have switched to send email activity then this error popped up…

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

@julian_ho

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:

image
no idea what server details are… I already logged into the gmail account .
still have the same error pls help @Anil_G @postwick

@julian_ho

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?


able to run the workflow but not receiving/sending anything in my gmail.

@julian_ho

Can you try get emails and see you are getting anything or check spam

Cheers

nope not getting or sending anything

ok nvm found it in my drafts by its not being sent

@julian_ho

Can you show the properties of both the activities what you are passing

Cheers


@julian_ho

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


thanks it worked but my body paragraph where my amount due is supposed to substitute isn’t there…

@julian_ho

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?

@julian_ho

It should ideally be before this right…else how would you insert a variable which you are reading afterwards?

Flow should be like this

  1. 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