Issue 14706 - Mail Merge through Email Omitted
Summary: Mail Merge through Email Omitted
Status: CLOSED DUPLICATE of issue 51638
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: 643C
Hardware: PC Windows 2000
: P4 Trivial with 2 votes (vote)
Target Milestone: ---
Assignee: bettina.haberer
QA Contact: issues@sw
URL:
Keywords: oooqa
: 20618 (view as issue list)
Depends on:
Blocks: 11244
  Show dependency tree
 
Reported: 2003-05-21 15:27 UTC by jgan
Modified: 2005-11-09 22:14 UTC (History)
2 users (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
mailmerge.py script for enabling e-mailmerge in Writer (10.80 KB, text/plain)
2005-11-08 03:55 UTC, dtcwee
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description jgan 2003-05-21 15:27:31 UTC
The mail merge function was omitted in 1.1. beta. This function is quite useful.
Comment 1 Oliver Specht 2003-05-21 16:02:00 UTC
It's not ommitted. It simply moved from the file menu to the tools menu. 
Comment 2 thorsten.ziehm 2003-05-21 17:06:41 UTC
This task is 'resolved invalid' and will be closed now.
If you have more details to reproduce the task, please reopen it.
Comment 3 thorsten.ziehm 2003-05-21 17:11:02 UTC
This task is 'resolved invalid' and will be closed now.
If you can give more details to reproduce the problem, please re-open it.
Comment 4 thorsten.ziehm 2003-05-21 17:12:46 UTC
... closed
Comment 5 jgan 2003-05-22 13:32:24 UTC
The Mail merge has shifted to tools alright but the in that process
the Mail merge through E-mail have been omitted. It is quite a useful
function specially when you have electronic newsletter.
Comment 6 stefan.baltzer 2003-09-08 17:30:58 UTC
SBA: Reassigned to Bettina from the User Experience team for consideration.
Comment 7 dtcwee 2003-12-10 00:33:48 UTC
The option to merge to email has been omitted since 1.0.1. This is similar to
issue 11244. It is very useful to send out electronic newsletters.
Comment 8 flibby05 2004-02-24 16:19:45 UTC
*** Issue 20618 has been marked as a duplicate of this issue. ***
Comment 9 flibby05 2004-05-04 19:15:20 UTC
this enhancement is covered by issue 20057 and will be implemented with
OpenOffice.org 2.0.

schedule plan for version 2.0 is available here:
http://development.openoffice.org/releases/OpenOffice_org_trunk.html
Comment 10 flibby05 2004-10-30 16:32:28 UTC
For your information: Mail Merge trough Email is available again. If you want to
test it, just download the newest pre-release of OpenOffice 2.0 from
http://download.openoffice.org/680/index.html

@ Bettina: i think this issue could be closed now.
Comment 11 hummusman 2005-11-03 08:44:32 UTC
I couldn't get it to work on OOo 2.0 without a hack - even if I installed 
javamail - here's how I got it to work - 

http://internet.cybermesa.com/~aaron_w/OOo_email_merge/OOo_email_merge.html

aaron
Comment 12 dtcwee 2005-11-08 03:55:44 UTC
Created attachment 31249 [details]
mailmerge.py script for enabling e-mailmerge in Writer
Comment 13 dtcwee 2005-11-08 03:58:28 UTC
Tested fix on fresh XP SP 2 install. Clarifying the procedure:

1. Install Openoffice.org 2

2. Install Sun Java JRE http://www.java.com

3. Install JavaMail http://java.sun.com/products/javamail/ - i.e. extract the 
archive file and append a path to mail.jar in your CLASSPATH environment 
variable. (XP: Control Panel - System - Advanced - Environment Variables.)

4. Install Java Activation Framework 
http://java.sun.com/products/javabeans/glasgow/jaf.html - i.e. extract the 
archive file and append a path to mail.jar in your CLASSPATH environment 
variable. (XP: Control Panel - System - Advanced - Environment Variables.)

5. Install mailmerge.py. Instructions for linux are commented in script. For 
XP:

5.1. Copy mailmerge.py into OpenOffice /program/ subfolder.

5.2. Using Command Prompt, change directory to OpenOffice /program/ subfolder 
and type "unopkg add --shared mailmerge.py".

6. Enable mail merge to email in Writer.

6.1. (XP) Change Folder Options in Windows Explorer to show hidden folders and 
extensions for known file types. Writer's config file is in a hidden folder.

6.2. Run Writer, start and then cancel the mail merge wizard. This generates 
the attributes in Writer's config file that you will need to change later.

6.3. Edit "Writer.xcu" in notepad or wordpad. On XP, its path is like: 
C:\Documents and Settings\My Username\Application Data\OpenOffice.org2
\user\registry\data\org\openoffice\Office\Writer.xcu

6.3.1. Find:
<prop oor:name="EMailSupported" oor:type="xs:boolean">
<value>false</value>
</prop>

6.3.2. Change 'false' to 'true'

Merge to email should now work.
Comment 14 lohmaier 2005-11-09 22:13:31 UTC
duplicate.

*** This issue has been marked as a duplicate of 51638 ***
Comment 15 lohmaier 2005-11-09 22:14:29 UTC
closing duplicate.