Üdvözöljük a Firefox for Android kiegészítők oldalon.
Bővítse extra funkciókkal és stílusokkal, hogy a Firefox for Android csak az Öné lehessen.
BezárásMail Merge értékelései
233 értékelés a kiegészítőhöz
5 csillagra értékelve az 5-ből
I would love to be able to use variables to insert files directly into the email body.
Ez az értékelés a kiegészítő előző verziójához készült (6.0.0).5 csillagra értékelve az 5-ből
Very useful plugin. We use it to send customized conference mail.
Ez az értékelés a kiegészítő előző verziójához készült (6.0.0). A felhasználó már korábban értékelte ezt a kiegészítőt.5 csillagra értékelve az 5-ből
One of the best Add-ons in Thunderbird. I wish I had it also for Mail app from Apple.
Ez az értékelés a kiegészítő előző verziójához készült (6.0.0).5 csillagra értékelve az 5-ből
I am using it, and I think it has the best features for me, great to send to multiple users, and it's actually great from developer to keep it up to date.
Thank you so much for such a great extension that saves me a lot of time.
5 csillagra értékelve az 5-ből
Thank you for a GREAT Mail Merge add-on. I've used two other approaches in yours is far easier. Worked perfectly the first time.
Ez az értékelés a kiegészítő előző verziójához készült (6.0.0).5 csillagra értékelve az 5-ből
Way better than Microsoft mail merge and mailings. Works like a charm. Great job!
Ez az értékelés a kiegészítő előző verziójához készült (6.0.0).5 csillagra értékelve az 5-ből
A great way to send emails to your mail list. Each address gets an individual email with only their address in the TO field. You can also insert variables (any field in your address book) like first name into the emails.
Ez az értékelés a kiegészítő előző verziójához készült (5.6.0).5 csillagra értékelve az 5-ből
Excellent. Easy to use and very flexible. There are many ways to supply the source data for merge. eg address book, CSV file, spreadsheet, etc. Merge fields can be used in headers and message body. Works well.
Ez az értékelés a kiegészítő előző verziójához készült (5.5.0).5 csillagra értékelve az 5-ből
Great application
Ez az értékelés a kiegészítő előző verziójához készült (5.4.0).5 csillagra értékelve az 5-ből
This is SO much better than the Microsoft mail merge. Great job on this extension! Very easy to use, and flexible enough that it can do almost anything I can think of.
Ez az értékelés a kiegészítő előző verziójához készült (5.2.0).5 csillagra értékelve az 5-ből
Perfect
Ez az értékelés a kiegészítő előző verziójához készült (5.2.0).3 csillagra értékelve az 5-ből
The new Version stops when one Mailadress causes an error - please fix!
Ez az értékelés a kiegészítő előző verziójához készült (5.1.0).5 csillagra értékelve az 5-ből
I just wanted to add my 'five stars worth'. Works like a charm without using .csv! Credit to Alexander Bergmann.
All the reviews here seem to be about overcoming difficulties encountered with .csv but I thought I would try the 'easy' way and it works fine if you just need to personalise by using first name or other fields that are available in TB address books - and, of course, protect the privacy of your recipients.
I expected to have to create a template for re-use in future mailings to my group but no - you can create a list in the TB address book and then send the mail to the list name. How cool is that?!
Of course, I want even more so who can tell me how easy it is to create custom fields in the TB address book?
5 csillagra értékelve az 5-ből
Excellent!
Ez az értékelés a kiegészítő előző verziójához készült (4.12.0).5 csillagra értékelve az 5-ből
I've been using Mail Merge for quite a few years. It took some learning at the beginning, but I use it effortlessly and well now. My experience is all with CSV file as source, and "send now" without any other options, and the program works flawlessly. Love it. Couldn't live without it. Alex, why don't you have a "donate" button? Unless you're filthy rich, I'd like to improve your life a little as thanks for improving and simplifying mine!
Ez az értékelés a kiegészítő előző verziójához készült (4.12.0). A felhasználó már korábban értékelte ezt a kiegészítőt.5 csillagra értékelve az 5-ből
Great add-on, and thanks for showing me what I did wrong.
(I have updated my review in light of Alexander's clarification of an issue I had with conditional statements, and to help others avoid the mistake I made.)
In case anyone else has an issue with conditional statements not working as intended, you may have a syntax issue. Taking one of the If/Then/Else constructs as an example, say '{{var|$|if|then|else}}', let me explain;
Af first glance, you may think, as I did, that in order to make that statement work, you would simply substitute the parameters with your variables. Thus, you might write something like the following:
{{{{JobTitle}}|$|{{TestField}}|{{ThenField}}|{{ElseField}}}}
However, this is incorrect!! The right way to implement this would be to use (notice the lack of curly brackets around JobTitle):
{{JobTitle|$|{{TestField}}|{{ThenField}}|{{ElseField}}}}
The conditional syntax is actually an extension of how variables are represented, rather than a separate construct. So, to use the job title field in your email without conditions you would refer to it simply as {{JobTitle}}.
Note that you can use string literals, variables, or combinations of these, as the 'if', 'then', and 'else' parameters. It may also be possible to perform indirection on 'var' if you construct 'var' from variables and text, but I haven't tried this.
5 csillagra értékelve az 5-ből
I needed to send a simple e-mail to 50+ members to confirm their contact info. (Nothing fancy, no logic conditionals) The MailMerge extension worked perfectly once I conformed my source .csv file to the exact variable names supported by Thunderbird (no spaces, capitalization the same) , and the sequence it expects (i.e. followed the developer's instructions).
Ez az értékelés a kiegészítő előző verziójához készült (4.12.0).5 csillagra értékelve az 5-ből
Please, add to the description. When using on Windows with .CSV, then, after saving the .CSV, it's better to reopen it in a text editor and save it in UTF-8, and after that choose UTF-8 in the add-on's dialog window. Otherwise there may be some charset problems or even errors in sending emails.
Ez az értékelés a kiegészítő előző verziójához készült (4.12.0).4 csillagra értékelve az 5-ből
Excellent add-on for sending customized emails to many people at once. However it would be great if it would allow nested variables. For example,
Pluralizing numbers:
{{NumProducts|==|1|1 product|{{NumProducts}} products}}, which would use the text "1 product" if "NumProducts" is 1, or else it would display "{{NumProducts}} products" if it is not 1.
Either one variable or another variable:
{{Name||{{Company}}|{{Name}}}} which would use the text of "Company" if "Name" is empty, or else use the text of "Name"
URL containing string:
{{PromoCode|||Click on http://www.example.com/promo/{{PromoCode}} for a {{PromoDiscount}}% discount off your next purchase}} which would add this text if the "PromoCode" is not empty.
5 csillagra értékelve az 5-ből
This is really good - and could be even better:
(Alexander, you seem to be German, so I'll be lazy):
Scheinbar hat Thunderbird die eigenen Maßnahmen zur Überprüfung der EMails auf Gültigkeit verbessert. Zumindest bekomme ich heutzutage reichlich Fehlermeldungen noch bevor die Email rausgegangen ist.
Mail Merge wird durch diese Meldung im Sendeprozess unterbrochen, wenn man es nicht gleich merkt wird mitunter auch der ganze Sendeprozess abgebrochen. Das ist sehr lästig. Die Lösung wäre ein Überspringen und Ausgabe eines Sende/Fehlerprotokolles. Vorschlag: Ausgabe als CSV-Datei, die dann direkt überarbeitet werden kann (Tippfehler korrigieren, zum nochmal probieren, oder einfach aufheben als Dokumentation).
PS.: Die Bewertung "Excellent mais" hat das Gleiche zum THema.
Saját gyűjteményt szeretne készítéséhez Mozilla Add-ons felhasználói fiókkal kell rendelkeznie.