Specify 'from' email in LS memo

I have a LS agent that sends out a couple of emails using the memo document send.

I know the agent shows the email as coming from the Agent’s property “Run on Behalf of”.

I need to send different emails (memos) from the same agent showing as coming from different email addresses.

Example: first email comes from noreply@… and the second email comes from sales@…

Any way to accomplish this?

Many thanks!

Subject: Specify ‘from’ email in LS memo

From memory, when you create the mail docs, set the From and Principal and possibly ReplyTo fields.

Cheers,

Adrian

Subject: RE: Specify ‘from’ email in LS memo

For internet mail, set the INetFrom field.

Subject: RE: Specify ‘from’ email in LS memo

I just worked out the correct format for this! It’s taken me years to finally get this right.

You need to specify the inetfrom field in this format:

|“the name you want displayed” email@domain.com|

so, here is some sample code

UserMail.INetFrom = |“order@acme.org.au” order@acme.org.au|

Using this format you do not need to set the Principal or from fields at all.

Subject: Specify ‘from’ email in LS memo

you can also search this forum for the answer as it has been answered over and over and over …