OK, I’ve thrown in the towel for now. Hope you can help.
I am sending out an email in script and would simply like to make the “Sender” be what I tell it to be.
I’ve tried setting the following fields:
mail.Principal = “me@work.com@NotesDomain”
mail.InetFrom = “me@work.com”
mail.From = “Joseph Hoetzl me@work.com”
mail.ReplyTo = “Joseph Hoetzl me@work.com”
mail.~$INetPrincipal = “Joseph Hoetzl <me@work.com@NotesDomain>”
mail.Sender = “Joseph Hoetzl me@work.com”
I’ve tried setting it at the end of the mime stream, before it, etc…
I’ve tried using just from and inetfrom in mime headers, I’ve read:
http://www.codestore.net/store.nsf/cmnts/2216641500D0427B8025712C0074BAB6?OpenDocument
and
http://my.advisor.com/doc/17381?open&p=6&pid=ztdbms
And many other examples - I just don’t seem to be able to get the sender to be what I’d like. Even went as far as spelling principal as principle ![]()
Anyone else having a problem with this?
Any tips?
Thank you!