Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#85 2008-02-28 16:49:53
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Ben, just wanted to say thank you for this excellent plugin – you’ve done a great job.
Offline
#86 2008-02-28 20:06:03
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Anyone please tell me where to set the From and Subject of the email sent to subscribers – looked everywhere – except the right place :(
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
You set it in Postmaster -> Lists
Each list has it’s own subject and From (= the e-mail of the list administrator).
Offline
#88 2008-02-28 20:26:06
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
maniqui wrote:
You set it in Postmaster -> Lists. Each list has it’s own subject and From (= the e-mail of the list administrator).
Thank you.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
I’ve been thinking about this all weekend – but how would I set up templates/sections/categories so that you could have a main news item, the blocks of items showing links, blog excerpts or something similar.
A little like this:
http://www.aguawebs.com/bits/email.gif
With the blocks being excerpts from other posts…
Would this mean a new section/category and mutliple articles for each newsletter?
Or is there an easier way?
Last edited by tye (2008-03-10 00:22:11)
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
I just installed Postmaster and have seen the same errors seen by Dragonz and mrdale. However, they don’t actually go away when the site is switched to live status, Textpattern just stops reporting errors. I have a couple of my own errors on my site that I “fixed” by setting the site status to live.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Ben,
I tried to see if I could identify the source of the “Missing argument 1 for page_url()” error. I think it is the result of the two lines that read $page_url = page_url()
. Would it be possible to use something like $page_url = $_SERVER['REQUEST_URI'];
? I guess I’m not sure how much information page_url()
returns or if there might be problems with the idea I suggested.
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
tye wrote:
I’ve been thinking about this all weekend – but how would I set up templates/sections/categories so that you could have a main news item, the blocks of items showing links, blog excerpts or something similar.
<txp:article_custom/>
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Thanks jm – I know that its possible in templates – what I was trying to get at was whether how to structure each newsletter… should I have a year for a the section, then weeks or months for the categories and I was trying to figure out if I would need several articles per newsletter.
With more playing I think it is heading this way – but was just trying to get others ideas.
Thanks anyway
Offline
#94 2008-03-10 13:20:32
- erlando
- New Member
- Registered: 2008-03-10
- Posts: 2
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
Hi,
I’m just setting up Postmaster for newsletter usage. Everything seems to be going fine except this one thing.
How do I send a confirmation e-mail back to the e-mail address the user just submitted? This is standard netiquette yet I can’t seem to find the option to do just that.
Thanks
Offline
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
erlando,
Look at the documentation for zem_contact_reborn. I believe that’s an option you can set in the form tag.
- Ben
Offline
#96 2008-03-16 12:21:50
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [ARCHIVED] Postmaster (0.4.4) -A simple newsletter manager
having a problem with unsubscribe
this is the code in an article
<txp:zem_contact to="me@me.net" label="" thanks="You have been unsubscribed from this list." subject="[Newsletter] unsubscribe notice">
<txp:zem_contact_email name="zemSubscriberEmail" label="Your Email:" /><br />
<txp:zem_contact_checkbox name="zemUnSubscribe" label="Unsubscribe:" required="no" /><br />
<txp:zem_contact_secret name="zemSubscriberLists" value="Newsletter" />
<txp:zem_contact_submit />
</txp:zem_contact>
I get a notification email. But viewing the subscriber list – subscriber is still there!
I can delete the subscriber through the backend.
Offline