The Domino proxy sends emails, and the mail sender is the implementation method of the specified user.

Source: Internet
Author: User

Background]

Today, a friend asked me how to set the specified sender when the domino proxy sends an email and the recipient receives the email as admin? I personally wrote some code and found it feasible.

[Reference Code]

Sub initializeon error goto errhandledim ss as new notessessiondim dB as notesdatabasedim doc as notesdocumentset DB = ss. currentdatabaseset Doc = dB. createdocument () Doc. form = "memo" Doc. principal = "zhangsan12" Doc. sendto = "[email protected]" Doc. subject = "Email Subject" Doc. body = "email content" Call Doc. send (true) msgbox "email sent successfully! "Exit suberrhandle: msgbox ss. currentdatabase. filepath & "," & SS. currentagent. name & ", error:" & error () & ", ERL:" & CSTR (ERL () Exit subend sub


[Implementation result]


Note:

Principal: the user name assigned to the value, names. users who do not exist in NSF can also send messages. If they do not know whether it is related to server configuration, but do not pass in the email addresses of other systems, they must use this to make it worse.


Zookeeper

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.