Feature #2869
support lotus notes client to send reminder email?
Status: | New | Start date: | 2009-03-01 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | - | |||
Resolution: |
Description
support lotus notes client to send reminder e-mail?
same code like this:
require 'win32ole' application = WIN32OLE.new('Notes.NotesSession') database =application.GetDatabase('','mail/sample.nsf') nD = database.CreateDocument nD.AppendItemValue("Form", "Memo") nD.AppendItemValue("SendTo", "User/Department/Company") nD.AppendItemValue("CopyTo", "User2/Department/Company") nD.AppendItemValue("Subject", "TEST") BodyText="this is a mail from ruby application! " rtItem = nD.CreateRichTextItem("Body") rtItem.AppendText(BodyText) nD.Send(false) application.Close
History
#1
Updated by Jean-Philippe Lang almost 14 years ago
- Priority changed from High to Low
I don't understand what you're expecting from this feature.
#2
Updated by Charles Tchin almost 14 years ago
At my company, I am not a IT technical staff, and I am enjoy Redmine's simplicity and its automatic send mail to remind the function, I intend to use it to try to project management, but our company does not use Lotus Notes POP3 port open, so I will not be able to by setting Email.yml to achieve the purpose of the function of automatic e-mail reminder, I request your help.I am not good at English, I hope you can understand what I said.
#3
Updated by Etienne Massip over 11 years ago
- Category set to Email notifications
- Assignee deleted (
Jean-Philippe Lang)
#4
Updated by Jean-Philippe Lang over 9 years ago
- Subject changed from support lotus notes client to send reminder email? to support lotus notes client to send reminder email?