Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Member Mail

Asked Modified Viewed 3,886 times
E
Enymizer
E
  • Junior Member, joined since
  • Contributed 49 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
asked
Junior Member

Is it possible to send mail to all the members @ my site?
0 replies

8 posts

S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Use the newsletter infusion (see Downloads)
The members must sign up to this newsletter by their own free will (uses a panel for subscription/unsubscription).
0 replies
E
Enymizer
E
  • Junior Member, joined since
  • Contributed 49 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Junior Member

have that allready, but need to tell old members that we have upgraded, and become big.
0 replies
B
Bad Boy
B
____________________
BadBoy aka GoogleDude
http://www.googlecityforums.com
  • Member, joined since
  • Contributed 155 posts on the community forums.
  • Started 1 thread in the forums
answered
Member

Preview this in a custom page (Do not save). It gives you the email addresses of all your members.

<?php
$result=dbquery("SELECT * FROM ".$db_prefix."users");
echo "<table><tr><td width='50%'><b><u>User Name</b></u></td><td width='50%'><b><u>User Email</b></u></td></tr>";
while ($data=dbarray($result)) {
echo "<tr><td width='50%'>".$data['user_name']."</td><td width='50%'>".$data['user_email']."</td></tr>";
}
echo "</table>";
?>
0 replies
E
Enymizer
E
  • Junior Member, joined since
  • Contributed 49 posts on the community forums.
  • Started 17 threads in the forums
  • Started this discussions
answered
Junior Member

*Spank You* :D
0 replies
G
gojuryu
G
www.gojuryu.net
Online since 1998 & running PHP-Fusion since 2004
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

*Spank You* :-) :D too
I did "ahemm attempt" to write the php code into the 'search.php' file however failed miserably :-)
Edited by gojuryu on 04-11-2006 01:36,
0 replies
R
Reef
R
Reef 10
  • Member, joined since
  • Contributed 56 posts on the community forums.
  • Started 18 threads in the forums
answered
Member

I officially love PHPFusion - I was about to ask about newsletter style emailling and I find a purpose-built infusion ! :D:D:D:D:D:D:D:D:D
0 replies
— 1 month later —
S
senseijulio
S
http://www.svdeportes.com
Julio M. Campos
SVDEPORTES
www.svdeportes.com/../../images/firma_cabecera.jpg
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
answered
Junior Member

how I send the mail to all users?
0 replies
S
SANDER
S
SANDER 10
Kind Regards
Ricard Sander
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

You might try this one (attached) :D

You have the ability to choose between all users, admins, superadmins when you send an email. Furthermore you can send as plain text or html...
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 7 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet