To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83862





------- Additional comments from [EMAIL PROTECTED] Mon Jan 21 09:46:08 +0000 
2008 -------
I've updated to OO 2.3.1. I also changed my application to write my data into a
HSQL-database. I also adjusted my code to use the database:

MailMerge.DocumentURL=pdftemplate
MailMerge.DataSourceName="TM-ADRESSEN"
MailMerge.CommandType=0
MailMerge.Command="TMADRESSEN"
MailMerge.OutputType=3
MailMerge.AddressFromColumn="EMAIL"
MailMerge.Subject="PDF-Newsletter"
MailMerge.MailBody="... some text ..."
MailMerge.SendAsHTML=0
MailMerge.SendAsAttachment=1
MailMerge.AttachmentName="attachment.pdf"
MailMerge.AttachmentFilter="writer_pdf_Export"

MailMerge.execute(noProps)

There were again 5 entries. 4 emails with its attachments were send, 1 was
missed. I watched the network traffic (with wireshark): for the last (not sended
email) sender and recipient were submitted. After this, OO sended "quit\r\n",
the mail-server closed the connection and OO sends "data\r\n" after this.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to