Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#385 2007-09-29 07:51:36

andreas
Member
Registered: 2004-02-28
Posts: 453
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

One of my subscribers reported that in Thunderbird 2.0.0.6 he gets these lines at the top of every mail:

MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Message-Id: <20070907153510.CDBABD113ED@www.rb06.de>
Date: Fri,  7 Sep 2007 17:35:10 +0200 (CEST)

I sent text mails using this form:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Neuigkeiten vom Kreigymnasium Neuenburg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Guten Tag <txp:bab_pm_data display="name" />,

auf der KGN Website ist ein neuer Beitrag erschienen, den Sie unten lesen können. Den Originalbeitrag finden Sie hier: 

<txp:bab_pm_data display="link" /> 

[ <txp:site_url /> > <txp:bab_pm_data display="section" /> > <txp:bab_pm_data display="category1" /> ]

Freundliche Grüße, 
Ihr Kreisgymnasium Neuenburg


**********************************************************

<txp:bab_pm_data display="title" />

<txp:bab_pm_data display="body_html" strip_html="yes" />

**********************************************************

Möchten Sie diesen Newsletter künftig nicht mehr erhalten? Klicken Sie den folgenden Link, um ihn abzubestellen: 

<txp:bab_pm_unsubscribeLink type="text" />

The lines mentioned above appear before my first line. I don’t see them in Apple Mail nor in Google Mail.

Any ideas?

Last edited by andreas (2007-09-29 07:52:06)

Offline

#386 2007-09-29 07:57:04

andreas
Member
Registered: 2004-02-28
Posts: 453
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

I have a suggestion about URLs in the Newsletter.

I use clean URLs on my site and create some landing pages with if_category logic etc. Since the Newsletter spells out messy URLs, the articles linked there are not always displayed properly (obviously, if_category etc doesn’t work with an id-based URL).

Would it be possible to offer a “building block URL” set? I was thinking of putting together tags to build my URL “by hand” according to the URL scheme I’m using (I use gpb_permanent_links on the site).

Perhaps an example (in the way it could work):

 <txp:site_url />/<txp:bab_pm_data display="section" />/<txp:bab_pm_data display="category1" />/<txp:bab_pm_data display="url" />

It would be great, if this would render a linked URL based on the tags (with “URL” reading the URL field from the DB, so that custom article URLs would also work.

What do you think?

Offline

#387 2007-10-21 15:03:45

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

Remember to set Firefox’s popup blocker to disabled (not just allow from your site.)

This might have saved me some time if I’d remembered it.

Last edited by mrdale (2007-10-21 17:38:57)

Offline

#388 2007-10-21 17:52:24

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

Ok I have another problem… Thunderbird won’t display the multi-part email properly.

When I view the message, the last few items of the header are each seperated by a blank line. I’m guessing this causes the mail app to view them as not part of the header, but part of the email. I’ve tried the gmail fix to change the “\r\n” to “\n” but to no avail.

Actually, it seems like I can edit the header string, ie

$headers = "From: $listAdminEmail" . "\n" . "Reply-To: $listAdminEmail" . "\n" . 'X-Mailer: PHP/' . phpversion() . "\n" . "MIME-Version: 1.0" . "\n" . 'Content-Type: text/plain; charset="UTF-8"' . "\n" . "Content-Transfer-Encoding: 8bit";

however I like and I still get the same result…

any ideas?

Last edited by mrdale (2007-10-21 18:14:09)

Offline

#389 2007-10-28 22:54:38

feragnoli
Member
From: the hague
Registered: 2005-02-10
Posts: 150

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

is there the possibility to push this plugin and a plugin like mem_self_register towards the same path so that users can register and opt to end on a mailing list in the same moment?


what was that again…?

Offline

#390 2007-10-30 22:17:40

benbruce
Plugin Author
Registered: 2006-01-13
Posts: 328
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

feragnoli,

Is there anyway to hack it so that both forms use the same submit button? So you’d have:

Form (mem_self_register) <br />
Form (postmaster checkbox) <br />
Submit

Not sure how you would accomplish this, but off the top of my head that seems easiest.

  • Ben

Offline

#391 2007-10-30 22:18:28

benbruce
Plugin Author
Registered: 2006-01-13
Posts: 328
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

mrdale,

have you played around with removing the “end” mime tag (or adding it, if it’s not there)?

  • Ben

Offline

#392 2007-10-31 06:57:36

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

Actually, I did remove the end tag and it solved one problem. Having moved all my sites to a PHP5 server I did have to set up a dummy site on an old server to get the newsletters to display properly. PHP 5 on solaris, seems to split up the header with blank lines, which breaks in most mail apps.

Any ideas? Oh, and I tried editing the plugin as per earlier instructions….

Offline

#393 2007-11-05 03:47:10

Locutionist
Member
From: The mountains, central PA, USA
Registered: 2005-08-15
Posts: 57
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

Running into a problem I can’t find in the forums.

I’m trying to test Postmaster and have followed all the instructions to a T — popups off, messy unsubscribe URL., article set up with txp:bab_pm_unsubscribe, etc. — but when I click “save” to send the article, the popup says “BULK EMAIL / Nice try” and nothing gets emailed.

What does this mean, and how do I fix it?

Thanks much.

Offline

#394 2007-11-05 15:39:27

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

Wild guess: Sounds like your host or service provider is blocking the mail function?

Offline

#395 2007-11-05 22:02:20

Locutionist
Member
From: The mountains, central PA, USA
Registered: 2005-08-15
Posts: 57
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

Ah, I hadn’t thought of that. I’ll check it out, thanks.

Offline

#396 2007-11-05 22:11:22

benbruce
Plugin Author
Registered: 2006-01-13
Posts: 328
Website

Re: [archived] Postmaster -- A simple email-on-post / newsletter manager

Locutionist,

Try setting your batch to a smaller number — you may be able to get around the blocking issue.

  • Ben

PS. mrdale, sorry I’m no help.

Last edited by benbruce (2007-11-05 22:12:09)

Offline

Board footer

Powered by FluxBB