No, the gateway is a round robin of open source servers that serve a large population of end-users. Their logs show no connection attempt until the successful...
Patrick Trapp
ptrapp@...
Jul 1, 2008 1:34 pm
1599
Any suggestions on the easiest way to create an automated email response when an email hits our Customer Service email or tech support email? Thanks in advance...
Do those email addresses have their own mail databases? If so, just create an agent that runs when new mail arrives and sends a response to the sender. Esther...
We're creating a portal (Notes, not web) to give our users a single entry point into all of a group of related databases. That part's no problem - I have a...
Another issue if I go with the stub documents... how long should I keep them available? Obviously there has to be some cut-off date. I'm wondering if this is...
OK, how about this: Use the Bookmark database view (History) to get the recently visited databases. Have a "all Documents" view in each one and use Unread...
Well, it appears to be resolved, and it appears to be outside the Domino server completely. (You know, when I assume that's the case, some people get...
Patrick Trapp
ptrapp@...
Jul 1, 2008 5:41 pm
1605
How about using a single category view to provide info. tailored for the specific user. Use stub files with two fields: a flag to indicate if it's been viewed...
Thanks, Brian. I'm not sure I understand what you're suggesting I do with the bookmarks database. As far as using unread marks, we already use unread marks in...
We don't want to actually show the entire document; just let people know that there IS a document. And I'm not sure how the single category view would work -...
Is the Customer Service account a normal email design? If so, have you thought of using the Out of Office feature? A little code change -- since the body of...
I was thinking you only wanted to show the databases a user has recently accessed. Sorry. I think making the stub documents is just re-creating unread marks....
Esther, If you are thinking of stub documents, and you can afford to have one document for every document in the target databases, then why not have stub ...
Atish, We really can't afford that many stub documents, which is another reason why I decided to just provide database activity counts - the number of new and...
It could work if you only showed, say, "New since the June 1" -- that would limit the number of stubs to a relatively small number. The stubs would be very...
Use the generic mail template from OpenNTF.org called ALC Team Mailbox and you'll get all this and more. I'm not affiliated with them, just a very happy user. ...
Hi All, I've been scripting up an agent to generate an HTML/plain text email. I have been able to create and send these emails with the HTML correctly ...
It's likely not looking at HTML line breaks, so what you might wanna do is throw in some newline characters (CR/LF) at the end of paragraphs. Turtle ...
I've seen comments in the past on the list of what folks are using to send out e-mail blasts but never got any traction with them here, so didn't pursue them....
Patrick Trapp
ptrapp@...
Jul 2, 2008 4:42 pm
1617
we have avoided using domino for this purpose because - its not really built for bulk mailing (Although 200 really isnt a large number) - and there is no...
Er, not to get sidetracked, but I've had a very different experience using Domino for email blasts. We have an application that we use to send out daily,...
Hi Turtle, Thanks for the response. I tried using CHR(13) at the end of the line outside of the HTML and <br> inside the HTML but am not sure of what other...
We don't have Blackberry handhelds unless someone has purchased one for themselves, so that's not an option. Shooting a message to our cell phones is as close...
Patrick Trapp
ptrapp@...
Jul 2, 2008 6:15 pm
1621
It's worth using the complete CRLF sequence, as some systems want the whole ASCII 1r/10 sequence. ============================================ I fought the...
We have 3 servers : Server A, B, & C. There is no direct connection between server A & C. But there is connection between server A & B and B& C. o we want that...
We have 3 servers : Server A, B, & C. There is no direct connection between server A & C. But there is connection between server A & B and B& C. So we want...
I will be out of the office starting 07/07/2008 and will not return until 07/09/2008. I will respond to your message when I return. If you need immediate ...
... between ... we want ... will ... tried by ... With just 3 servers, I'd probably just do this by creating 4 connection documents: A->B B->A B->C C->B ...
Monir, Assuming that you have only one Organisation the easiest way to achieve what you desire is to use what is termed a 'Hub and Spoke' arrangement. This...