[Mailman-Users] HTML Formatted Email

2006-07-18 Thread Ki Song
How do I send an HTML formatted e-mail to all the subscribers to my mailing
list? 
Basically, I'm trying to use Mailman to send a monthly newsletter to all of
our customers. This newsletter will only be an announcement list, where only
the administrator can post to the list.

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Brad Knowles
At 12:24 PM -0400 2006-07-18, Ki Song wrote:

  How do I send an HTML formatted e-mail to all the subscribers to my mailing
  list?

You generate an HTML-formatted message, and then submit that to the 
list.  Whatever program you use to generate that HTML-formatted 
message doesn't really matter as far as Mailman is concerned, because 
that's an outside process.

  Basically, I'm trying to use Mailman to send a monthly newsletter to all of
  our customers. This newsletter will only be an announcement list, where only
  the administrator can post to the list.

The administrator needs to use a program that will generate an 
HTML-formatted message, which will then be submitted to Mailman.

-- 
Brad Knowles, [EMAIL PROTECTED]

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

  Founding Individual Sponsor of LOPSA.  See http://www.lopsa.org/.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Ki Song
 How do I send an HTML formatted e-mail to all the subscribers to my mailing
 list?
 
 You generate an HTML-formatted message, and then submit that to the
 list.  Whatever program you use to generate that HTML-formatted
 message doesn't really matter as far as Mailman is concerned, because
 that's an outside process.

Is there a web interface built into mailman that allows me to post these
HTML messages to the list?
The reason I ask is because I was using a program called Listserv by LSoft
that allowed me to post message via a web interface and had a check mark
that allowed me to send messages as HTML.

I'm guessing the best method to do what I want to do (send HTML newsletters)
is to:
- send a message to the list I created via an e-mail client like Outlook or
Thunderbird
- Make sure it is encoded as HTML

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Patrick Bogen
On 7/18/06, Ki Song [EMAIL PROTECTED] wrote:
 Is there a web interface built into mailman that allows me to post these
 HTML messages to the list?
No, but there /are/ some fairly easy to use webmail solutions around.

 I'm guessing the best method to do what I want to do (send HTML newsletters)
 is to:
 - send a message to the list I created via an e-mail client like Outlook or
 Thunderbird
 - Make sure it is encoded as HTML

Barring the above, yes, this is the best way to do it.

-- 
- Patrick Bogen
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Ki Song
 On 7/18/06, Ki Song [EMAIL PROTECTED] wrote:
 Is there a web interface built into mailman that allows me to post these
 HTML messages to the list?
 No, but there /are/ some fairly easy to use webmail solutions around.

What are some good webmail solutions?

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Patrick Bogen
On 7/18/06, Ki Song [EMAIL PROTECTED] wrote:
 What are some good webmail solutions?

We use Horde, but there might be something more straightforward. If
you have someone that knows a bit of PHP, it's pretty trivial to have
a page that generates an email.

-- 
- Patrick Bogen
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Ki Song
 On 7/18/06, Ki Song [EMAIL PROTECTED] wrote:
 What are some good webmail solutions?
 
 We use Horde, but there might be something more straightforward. If
 you have someone that knows a bit of PHP, it's pretty trivial to have
 a page that generates an email.
 
Thanks for the suggestion. After some research, it looks like Horde and
Squirrel Mail are some good options.

Question: Does Horde and/or Squirrel Mail send HTML Mail that is sent as
source code? I've found that these programs allow me to send HTML email that
is already FORMATTED, but I want to be able to just copy/paste HTML code
from an HTML editor (Dreamweaver) and insert it into the body of the e-mail.
Then, I just want to tell the mail composer that I am sending HTML Source
Code that is supposed to be formatted after I send the message.

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Carl Zwanzig
In a flurry of recycled electrons, Ki Song wrote:

 Question: Does Horde and/or Squirrel Mail send HTML Mail that is sent as
 source code? I've found that these programs allow me to send HTML email that
 is already FORMATTED, but I want to be able to just copy/paste HTML code
 from an HTML editor (Dreamweaver) and insert it into the body of the e-mail.
 Then, I just want to tell the mail composer that I am sending HTML Source
 Code that is supposed to be formatted after I send the message.

I think you really need to be researching these on the lists/websites
for those programs. Likewise for other mail clients  html editors. Not
to put words in other people's mouths, but this is a list for mailman,
not for squirrelmail, thunderbird, postfix, etc.

I'd start with google.

z!
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Brad Knowles
At 2:07 PM -0400 2006-07-18, Ki Song wrote:

  Is there a web interface built into mailman that allows me to post these
  HTML messages to the list?

No.  See FAQ 1.26.

  The reason I ask is because I was using a program called Listserv by LSoft
  that allowed me to post message via a web interface and had a check mark
  that allowed me to send messages as HTML.

Right, but Mailman freely available (free as in beer) open source 
software and is not a complete drop-in replacement for Listserv, 
which is a very expensive commercial program.

  I'm guessing the best method to do what I want to do (send HTML newsletters)
  is to:
  - send a message to the list I created via an e-mail client like Outlook or
  Thunderbird
  - Make sure it is encoded as HTML

That's one way to do it, sure.

-- 
Brad Knowles, [EMAIL PROTECTED]

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

  Founding Individual Sponsor of LOPSA.  See http://www.lopsa.org/.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] HTML Formatted Email

2006-07-18 Thread Brad Knowles
At 2:12 PM -0400 2006-07-18, Ki Song wrote:
  On 7/18/06, Ki Song [EMAIL PROTECTED] wrote:
  Is there a web interface built into mailman that allows me to post these
  HTML messages to the list?
  No, but there /are/ some fairly easy to use webmail solutions around.

  What are some good webmail solutions?

When looking at this problem at a previous employer, we found that 
IMP/Horde relied too much on JavaScript, and was not well-supported 
on many browsers.  We found that TWIG worked better for us.  Of 
course, this was many years ago, and things may have changed since 
then.  I have also used SquirrelMail, and it seems to be okay.

That's at least three different packages you could check out.

-- 
Brad Knowles, [EMAIL PROTECTED]

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

  Founding Individual Sponsor of LOPSA.  See http://www.lopsa.org/.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] HTML formatted email issues

2004-08-30 Thread Scott Howley (FSMB)
I am attempting to send an HTML formatted newsletter using Mailman with MS
Outlook as the client with no success; the HTML code is always stripped out.
I have read the FAQ and searched the archives but have not found the
solution to my problem. Has anyone had any luck with using Mailman and
Outlook to send HTML formatted email? 
 
Any suggestions on solving this problem would be greatly appreciated.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] HTML formatted email issues

2004-08-30 Thread Brad Knowles
At 3:07 PM -0500 2004-08-30, Scott Howley (FSMB) wrote:
 I am attempting to send an HTML formatted newsletter using Mailman with MS
 Outlook as the client with no success; the HTML code is always stripped out.
 I have read the FAQ and searched the archives but have not found the
 solution to my problem. Has anyone had any luck with using Mailman and
 Outlook to send HTML formatted email?
	Searching the FAQ and the archives, you should have run across 
the FAQ entry at 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.039.htp 
which is related to this subject.

	Before you go to the Content Filter page for the list you're 
administrating and change any of the options which modify how 
HTML-formatted e-mail is sent, you should read this page.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] HTML formatted email issues

2004-08-30 Thread Mark Sapiro
Scott Howley (FSMB) wrote:

I am attempting to send an HTML formatted newsletter using Mailman with MS
Outlook as the client with no success; the HTML code is always stripped out.
I have read the FAQ and searched the archives but have not found the
solution to my problem. Has anyone had any luck with using Mailman and
Outlook to send HTML formatted email? 
 

Go to the Content Filtering admin page for your list and read the
description. Pay particular attention to the sentence Then, each
multipart/alternative section will be replaced by just the first
alternative that is non-empty after filtering. This means that if you
are filtering at all, and if you allow both text/plain and text/html
(and multipart/alternative), then Mailman will select the text/plain
part from a multipart/alternative group with a text/plain part.

Assuming you have some reason to filter content and allow HTML and
therefore don't want to turn filtering off, you have to arrange for
Outlook to send HTML only, not both HTML and plain text. You also want
to be sure that convert html to plaintext is no.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] HTML (formatted) email

2002-05-16 Thread net

Hello everyone!
I'm pretty new to UNIX world, and may ask you silly questions, but please be
patient.

I'm just about ready to install the Mailman to a virtual server (renting)
running on FreeBSD (Python 2.1.2). But before an installation, I'd like to
know if it can handle a HTML (formatted) message (basically, It just
contains a letterhead graphic on the top of a message) well.

Again, all I want to do is sending 250 subscribers (read only, newsletter) a
message with a graphic on the top (letterhead). It just like HTML messages
you receive daily from Apple, Palm, you name it (by the way I'm sending it
to my clients).

I've tried it with Macjordomo on the EIMS server (MacOS9), but no luck.
Subscribers received a message without a graphic (instead, bunch of codes).

Anyone has any thought?

Take good care,
Hiro



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py