Link to home
Start Free TrialLog in
Avatar of signed46
signed46

asked on

Adding a signature for all outgoing mail

I need to add a default signature to all outgoing messages from the domino server to outside.
Avatar of Jean Marie Geeraerts
Jean Marie Geeraerts
Flag of Belgium image

What do you mean by signature.
A default text to be appended for all outgoing mail or does the mail really have to be signed by the user sending the mail?
Avatar of signed46
signed46

ASKER

a default text
a default text
a default text
server 5.0.6a
Okay, here's what I suggest you do.
Modify your mail template to add the default text when a new mail is being saved/send.
To do this, modify the "Memo" Form and add the code to the QueryClose event of the form.

How is your knowledge of LotusScript can you write the code yourself or do you want me to write it for you?
All design changes you make to the template will automatically be transferred to all mail databases when the designer task runs on the server.

If you do it this way, you can move processing time from the server to the notes client that is sending the mail, which is good for performance.
ASKER CERTIFIED SOLUTION
Avatar of ccarlson62
ccarlson62

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi ccarlsson62,
Before locking a question, please note as a curtosy that another expert is already trying to help and has provided a possible solution as comment.

So in future, only post an answer if you are sure this is the only possible answer. Otherwise leave it up to the asker to choose the comment he considers to be the most correct answer.

My solution will not have any implications on mail performance and therefore is a valid alternative!

Regards,
JM
Guys,

I think that both of you will deserve the points if both ways work.

What I will do here is the following:
1- Implement the solution of ccarlson62, and if it works, he will get the points.

2- Jerrith, please write me the script, and I will put the question again with same number of points, and will give it to you if it works. (I am not good in scripts)
My apologies to Jerrith, I did not mean to step on your toes, I should have entered my answer as a comment.  Still learning how to use this forum.
No offence taken, ccarlson.
No toes were hurt here, just thought I'd point it out to you as some experts in this or other forums might really object :-)
It's an honest mistake to make, I've done it myself when I just started out on this forum and somebody pointed it out to me too.

Anyway valuable input is always appreciated :-D

signed46,
Let me work out the script now my test server is running again and I'll post the comment here.
You are way to good for us :-)
ccarlson62,

I need to try this on my local machine first before applying to the server.

I did open the MAILBOX.NTF from the designer

I dont know where to enter the disclaimer.

Can U please be more specific.

Cheers
ccarlson62,

If I changed on the Local, then I suppose that I should be able to see it when I click on the New Memo button ... Please advise.
signed46

I wish I could provide you with a screenshot but apparently this forum does not allow for that.  In any case you should place your disclaimer text directly below the body field of the memo form.  You should also refresh the design of mail.box manually as mail.box gets its design from mailbox.ntf.  If you don't you will have to wait until the design task runs at night for your change to appear.  

You should not see the discalimer when you compose a new memo because the disclaimer will be picked up as the message passes through mail.box on the way out.  It does not exist in the version of the memo form that resides in your mail file.  I hope that this is clear enough.  let me know if you need more detail.
Carlson,

I did apply it on the Local station, and sent an e-mail, but the disclaimer was not there !!!

Can it show if applied on the Local? Please confirm.
Check you location document-->mail tab-->"send outgoing mail" setting.  It is probably still on the default of "through Domino server".  If this is the case your mail is never touching your local mail.box, it is using the one on the server.  
ccarlson
I need to change the one on the server.
Can U pls show me exact details?
Appriciated
jerrith,
still waiting
Exact details....

1. Open mailbox.ntf(server copy) with designer client.

2. Add disclaimer directly under "body" field of the "Memo" form.

3. Save changes.

4. Refresh the design of mail.box with the template that you just modified by opening mail.box and choosing File-->Database-->Refresh Design.

5. Ensure that the "Format for messages addressed to internet addresses" field on the Mail tab in the Location document to "Notes Rich Text Format"

6. You are done.  Now all outgoing mail to the Internet will have the disclaimer added.  Note that your users will not see the disclaimer in their memos, it is added as the mail passes through the router.

Note:These instructions assume that you are familiar with the Designer client and know how to modify forms.
Jerrith,

Please confirm that U have seen the link to the new question:
https://www.experts-exchange.com/jsp/qManageQuestion.jsp?ta=lotusnotes&qid=20326261

ccarlson,
I will accept your question after Jerrith confirms that he found the link.

Cheers
I've found the link thanks.
Haven't had time to work out the details of my script for you yet (have had a bit of trouble with my test server).
Seems to be working fine again, so I'll try to get it done today.
Sorry about the delay...