| Author |
Topic Search Topic Options
|
qwqw
Newbie
Joined: 06 December 2002
Location: United States
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Topic: E-mail to all users? Posted: 11 May 2003 at 11:01am |
Is there a function to e-mail to all users? For example you need to announce something to all of the users or may be you want to send them a newsletter.
Also Is it possible to extract all users e-mails and names to send the newsletters independently of the forum script? For example you want all users to get some newsletters in a sertain period of time and you want to use another script or program for that.
thanks
|
 |
ljamal
Mod Builder Group
Joined: 16 April 2003
Status: Offline
Points: 888
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 May 2003 at 11:40am |
|
The easiest way to extract the emails and name would be to query the database directly.
select Author_Email, Real_Name from tblAuthor
should do it if you did not rename the tables.
|
 |
808Rider
Senior Member
Vebro Solutions CEO http://www.vebro.net
Joined: 20 April 2003
Status: Offline
Points: 405
|
Post Options
Thanks(0)
Quote Reply
Posted: 11 May 2003 at 2:55pm |
In WWF v7.0 and v7.01 There is a section in the forum admin menu to mass email members.
Mass Email Members From this option you can send emails to all members or members of specific User Group.
Beware if you use this though some of your users might consider this SPAM!
|
|
|
 |
avloon
Newbie
Joined: 18 July 2004
Location: Netherlands
Status: Offline
Points: 14
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 July 2004 at 7:02am |
What about sending attachments? I would like to use the forum also for a mailinglist including attachments. Is that possible?
And is it possible to allow some users to send a Mass Mail without being the forum-administrator.
I am from a divingclub, so I would like to use it to invite people to make dives... 
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 July 2004 at 8:24am |
The mass email feature of the forum is not designed as a mailing list
but a simple way of sending email text notification to users.
If you wish to use a full mailing list that allows attachements etc.
and other people from your site can send mass emails then maybe you
should look at the Web Wiz Mailing List also available from this site.
The Web Wiz Mailing List
allows you to import members from other databases (first making sure
they are not already in the mailing list), so you would be able to
import the members from your forum into the Mailing List and send both
HTML and Text emails, with attachments, etc.
|
|
|
 |
avloon
Newbie
Joined: 18 July 2004
Location: Netherlands
Status: Offline
Points: 14
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 July 2004 at 8:27am |
Thanks for the reply!
I saw the Web Wiz Mailing List, but I am a bit afraid because of the danger for SPAM from my website at my provider...
Is that a realistic problem, or is it quite secure?
Thanks again!
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 July 2004 at 2:45pm |
|
If you are worried about spam it is no different from you using the
mass mail function from your forum, some of your users may consider a
mass email from your forum as spam.
At least with the mailing list application your users have the option to un-subscribe from any future mass emails you may send.
|
|
|
 |
avloon
Newbie
Joined: 18 July 2004
Location: Netherlands
Status: Offline
Points: 14
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 July 2004 at 2:53pm |
What I mean is the chance that hackers abuse my website/forum for sending spam, so I will have the chance of losing my domainname...
So I am a bit afraid of the Web Wiz Mailing List being secure enough. I'm not an expert on this subject, so is it safe with the default options? 
Thanks again. In the mean time I published my forum for the diving-club and it is realy a great tool!! The first reactions are very positive. I will ask the club to support the development financialy when the forum is fully functional. 
Yours, Arjan
|
 |