lotus notes - Mail-in database -
lotus notes - Mail-in database -
i have scenario (this old story of mail-in)
this company have many domino mail-in databases. 1 every branch.
every person in every branch has personal notes email.
the company policy each person of branch can not send email external business relationship (internal yes), need utilize mail-in database.
i tried rules of domino perform block (in rule can set sender field track mail), not seem possible because unfortunately, when user sends email mail-in database (mail9.ntf template) sender field username.
i know team mail service box project, old project , have problems html outgoing mail service , doesn't work on web.
i tried looking solution, customizing standard mail9.ntf template , discovered library "coreemailclasses" function querysave method executed me.m_noteuimemo.send() have tried alter code copying backend document mail.box mail...but doesn't work because more complicated (there tmp field...and observed when utilize .send()
mail.box richtext mime-rt) .
the solution have found save email , later scheduled sign agents run on behalf of mail-in user sends email (solution not because not in realtime).
do have other ideas?
update inotes
i've found forms9_x.nsf subform custom_mailmemodictionary_lite contains code. need understand how utilize it
<notescomment> //use s_mdntofrom alter field in outgoing email. if //s_mdntofrom set, need provide field. uncomment out //dictionary enable </notescomment> <notescomment> <notesdictionary> <notesvar name=s_mdntofrom value={"1"}> <notesvar name=from value={"custom field"}> </notesdictionary> </notescomment>
i not sure if solve problem have found setting mail-in name (item name fullname) in mail-in database document hierarchical name allows setup owner of mail-in database user. mail service sent database mail-in name sent actual user.
for example: utilize name like: branch1 email/organization , set net email branch1.email@oraganization.com , set owner of target database branch1 email/organization
good luck!
lotus-notes lotus-domino lotusscript
Comments
Post a Comment