RE: [PHP] Mailings Lists?

2002-04-13 Thread Cal Evans

www.list.org

*
* Cal Evans
* Journeyman Programmer
* Techno-Mage
* http://www.calevans.com
*
 

-Original Message-
From: Randum Ian [mailto:[EMAIL PROTECTED]]
Sent: Saturday, April 13, 2002 7:44 AM
To: PHP
Subject: [PHP] Mailings Lists?


Hi there,

I want to be able to send an email to '[EMAIL PROTECTED]' and have
it sent to everybody in my 'newsletter' database. Are there any resources
online that would show me how to do this? Ive searched but found nothing so
far.

Regards, Ian.

___
Ian Roke
Webmaster, DancePortal (UK) Limited
[EMAIL PROTECTED]
http://www.danceportal.co.uk
DancePortal.co.uk - Global dance music media


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Mailings Lists?

2002-04-13 Thread Justin French

Contact your ISP, because it depends on your set-up... you basicaly need to
pipe all emails to that address to the CGI version of PHP, and then you can
grab the message and forward it to the entire list.

But your ISP may also have other tools for this... if I send to all@ one of
my domains, it forwards to a pre-determined list of site contributors (a
mailing list/group)... this is a simple text file that I can edit too.

So, best advice is to start by telling your ISP what you want to achieve,
and asking what they have available, or if it's your own server, post the
set-up.


Justin French


Creative Director
http://Indent.com.au




on 13/04/02 10:44 PM, Randum Ian ([EMAIL PROTECTED]) wrote:

 Hi there,
 
 I want to be able to send an email to '[EMAIL PROTECTED]' and have
 it sent to everybody in my 'newsletter' database. Are there any resources
 online that would show me how to do this? Ive searched but found nothing so
 far.
 
 Regards, Ian.
 
 ___
 Ian Roke
 Webmaster, DancePortal (UK) Limited
 [EMAIL PROTECTED]
 http://www.danceportal.co.uk
 DancePortal.co.uk - Global dance music media
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Mailings Lists?

2002-04-13 Thread Randum Ian

Can I just grab the required info from phpinfo() and post it here?

Ian.

- Original Message -
From: Justin French [EMAIL PROTECTED]
To: php [EMAIL PROTECTED]
Sent: Saturday, April 13, 2002 4:21 PM
Subject: Re: [PHP] Mailings Lists?


 Contact your ISP, because it depends on your set-up... you basicaly need
to
 pipe all emails to that address to the CGI version of PHP, and then you
can
 grab the message and forward it to the entire list.

 But your ISP may also have other tools for this... if I send to all@ one
of
 my domains, it forwards to a pre-determined list of site contributors (a
 mailing list/group)... this is a simple text file that I can edit too.

 So, best advice is to start by telling your ISP what you want to achieve,
 and asking what they have available, or if it's your own server, post the
 set-up.


 Justin French

 
 Creative Director
 http://Indent.com.au
 



 on 13/04/02 10:44 PM, Randum Ian ([EMAIL PROTECTED]) wrote:

  Hi there,
 
  I want to be able to send an email to '[EMAIL PROTECTED]' and
have
  it sent to everybody in my 'newsletter' database. Are there any
resources
  online that would show me how to do this? Ive searched but found nothing
so
  far.
 
  Regards, Ian.
 
  ___
  Ian Roke
  Webmaster, DancePortal (UK) Limited
  [EMAIL PROTECTED]
  http://www.danceportal.co.uk
  DancePortal.co.uk - Global dance music media
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Mailings Lists?

2002-04-13 Thread Justin French

No, it's not an issue of what PHP can do, it's an issue about the actual
server, what mail programs they're running, what sort of filtering you can
do on mail, whether you have a CGI version of PHP running, and the fact that
they already may have a solution on the server which doesn't require any
programming at all.

At the risk of repeating myself, talk to your ISP, and tell them what you
want to achieve... chances are, they've already got it all sorted out for
another client.


Justin French

Creative Director
http://Indent.com.au




on 14/04/02 1:38 AM, Randum Ian ([EMAIL PROTECTED]) wrote:

 Can I just grab the required info from phpinfo() and post it here?
 
 Ian.
 
 - Original Message -
 From: Justin French [EMAIL PROTECTED]
 To: php [EMAIL PROTECTED]
 Sent: Saturday, April 13, 2002 4:21 PM
 Subject: Re: [PHP] Mailings Lists?
 
 
 Contact your ISP, because it depends on your set-up... you basicaly need
 to
 pipe all emails to that address to the CGI version of PHP, and then you
 can
 grab the message and forward it to the entire list.
 
 But your ISP may also have other tools for this... if I send to all@ one
 of
 my domains, it forwards to a pre-determined list of site contributors (a
 mailing list/group)... this is a simple text file that I can edit too.
 
 So, best advice is to start by telling your ISP what you want to achieve,
 and asking what they have available, or if it's your own server, post the
 set-up.
 
 
 Justin French
 
 
 Creative Director
 http://Indent.com.au
 
 
 
 
 on 13/04/02 10:44 PM, Randum Ian ([EMAIL PROTECTED]) wrote:
 
 Hi there,
 
 I want to be able to send an email to '[EMAIL PROTECTED]' and
 have
 it sent to everybody in my 'newsletter' database. Are there any
 resources
 online that would show me how to do this? Ive searched but found nothing
 so
 far.
 
 Regards, Ian.
 
 ___
 Ian Roke
 Webmaster, DancePortal (UK) Limited
 [EMAIL PROTECTED]
 http://www.danceportal.co.uk
 DancePortal.co.uk - Global dance music media
 
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php