I use lotusscript (invoked from an agent that is started via a webbrowser) to generate a mail message. I can define SendTo, Subject, Body etc., but how to control the From field?
Now it has the format first_lastname%server@domain.nl.
Does any one knows where this name comes from? And how to change it?
You can put whatever you want in the From field. If you don’t explicitly define it, it will most likely pick up the server name that the agent is running on.
Thanks for your suggestion, but I defined the field “From” with a (valid) string, and the receiver of the message still gets that “default” sender and not the string I entered.
I did what you suggested, but there is no difference.
I created a new user with the name: info. Now I create and send the memo in that mailbox. It shows up in that mailbox in the send folder, but in the from-field the name is not “info”