Need some help with creating newsletter

10 posts / 0 new
Last post
#1 Tue, 09/22/2009 - 13:33
wonderland

Need some help with creating newsletter

Hi.

I'm trying to create a simple newsletter where recipients receive news once a month, been poking around services->mailing list but still I have a lot of things I don't understand..

I have created mailing list, added 2 test recipients so far. 2 test e-mails came. but I didn't send them. I wanted to know where can I create the message I'm going to send. And how can I send that message.

Any help greatly appreciated !

Tue, 09/22/2009 - 14:09
andreychek

Howdy,

First off, I personally prefer phpList to Mailman for news blasts such as what you're doing.

It takes less resources, is easier to configure, is easier to manage, and works well on shared hosting servers :-)

However, the way Mailman works -- whenever you create a Mailing List, an email address is associated with that list.

The idea then, is that to send something to the list, you compose a message in your email client, then send the email to the address you setup whenever creating the Mailing List.

-Eric

Tue, 09/22/2009 - 14:38
wonderland

Hi, :)

For example if I have associated email: newsletter@whatever.com with the mailing list and when I send e-mail to newsletter@whatever.com it resends this mail to all recipients in that mailing list ?

Tue, 09/22/2009 - 14:40
andreychek

Yup, that's exactly it!

-Eric

Tue, 09/22/2009 - 14:45
wonderland

Thanks , the system is perfectly clear now ! :) I'm not sure though where can I find email associated with that mail list. I do suppose you know that :p

edit : found it :)

have one more question though. Is it hard to create a form in a webpage so that new useres are added automatically ?

Tue, 09/22/2009 - 14:49
andreychek

Email associated with the mailing list? Such as past emails that have been sent? That's part of the mailing list archives.

I don't have mailman enabled on any of the systems I have here now, so I'm not 100% sure...

My first guess of how to access that is that there's probably a link to said "archives" within Services -> Mailing Lists.

If not, you may also take a look in Webmin -> Servers -> Virtualmin Mailman Mailing Lists.

-Eric

Tue, 09/22/2009 - 14:54
wonderland

sorry for double post ..

I found what I needed :). At the moment associated e-mail address is newsletter@domain.com. Is it possible to change it to anyotherword@domain.com ?

And my other question: Is it hard to create a form in a webpage so that new useres are added automatically ?

Tue, 09/22/2009 - 15:06
andreychek

Is it possible to change it to anyotherword@domain.com

I'm not sure, but if it were, it'd be in one of the two links I mentioned above -- either Services -> Mailing List or Webmin -> Servers -> Virtualmin Mailman Mailing Lists.

Is it hard to create a form in a webpage so that new useres are added automatically

That all depends on what you consider to be "hard" :-)

Actually, Virtualmin provides some links for you in that regard -- as Mailman has a web interface for administration.

You should be able to see what mailing lists are available for a given domain by going here:

https://example.com:10000/virtualmin-mailman/unauthenticated/listinfo.cgi/

And then from there, you can access the interface that allows you to sign up.

-Eric

Tue, 09/22/2009 - 15:24
wonderland

Thanks for your help ! :)

Actaully I was thinking something like this - in a webpage there is a textbox where person writes in his e-mail address and presses register for newsletter - he's e-mail is then added to mailing list.

As goes for "hard" I know my way around coding, just haven't had to deal with newsletters and servers before :D

Wed, 09/23/2009 - 19:09
andreychek

If you prefer not to use use the web interface provided with Mailman, you could probably build your own custom interface using the Mailman command line tools.

On Debian/Ubuntu, those are in /usr/lib/mailman/bin -- there are commands like add_members, new_list, list_members, and so forth.

-Eric

Topic locked