From field in MailSend function

Hi

I’ve tried to make agent that send mail in response to any incoming mail. Agent has trigere on event “after new mail has arrived”. The problem is that in mail client (outside of lotus domain) from field has name of server. Do you know how can i set from field using mailSend function?

Code of agent action:

@MailSend(SMTPOriginator;“”;“”;“Odp:”+Subject;“”;“text…”)

Subject: Set the Principal field

If you want to control the Sender information. Not sure if you can do that with @mailsend, otherwise it’s LotusScript

Subject: Setting the value of the From field with Mailscript Library

We have a free MailScript script library you can download from our website which enables you to control the value of the ‘From’ field and set it to whatever you want. It’s ideal for auto-responding agent mail-in databases.

The mailscript also handles the setting and formatting of all fields required by the Domino router, performs mail address resolution and conversion of rich text fields to MIME format for internet recipients.

For more information and to download the script library (which is included with a sample mail application) please visit our website at:

Hope it helps.

Alex

Subject: I have an app for that…

You can check out my free, open source utility Zephyr which will allow you to generate email messages and create Microsoft Word-like mail merges into Notes RichText emails @ http://planetlotus.org/63ad30

There’s a use case and demo video on that post, but if you have any questions just let me know!

-Chris