-
Hey, this looks amazing! Great job.
Have you looked into Image support? I am looking at using this library and would really want image support. If you don't have anything in the works I can take a st…
-
Hi I've now run across the second article where the VBA code was trying to do string concatenation with the & operator, but there must have been a HTML faux pas because instead of "&", there's a "&;" …
Kagre updated
6 years ago
-
In python 2.7, the csv module doesn't like non-ascii characters. Can mailmerge work around this? Maybe https://github.com/jdunck/python-unicodecsv is an option?
```
$ mailmerge --sample; sed -ie '…
-
I have tried to use this script to send one mail message to mulitple recepients, but it did't work out. I have tried the following syntaxes:
email, name
"johndoe1@test.com,johndoe2@test.com", "Joh…
-
I have installed mailmerge via "sudo pip3 install mailmerge"
I have an UTF-8 template and an ASCII CSV file, when I dry-run:
> mailmerge --dry-run --no-limit --template mailmerge/rinnovo_quota_tem…
-
Is there a way to provide both an HTML and a plain text template? Thanks!
-
Commit e5b9bff introduced a bug whereby the password is set on the first email, then cleared after that. The end result is that the first email is sent, and the second email fails to send due to an au…
-
Is it possible to add BCC/CC headers to the email template and have them handled intelligently?
When I tested this, they appeared in the message sent to the TO address but did not generate any ext…
-
The code.mailmerge class has no print, save or PDF targets, but the functionality is there when showing the constructed documents.
jswindowprint needs to be true for mailmerge instead of reading th…
-
Traceback (most recent call last):
File "/usr/bin/mailmerge", line 11, in
load_entry_point('mailmerge==1.7.0', 'console_scripts', 'mailmerge')()
File "/usr/lib/python3.6/site-packages/clic…