Re: [PHP] Help with e-mail

2003-01-21 Thread Jason Wong
On Tuesday 21 January 2003 20:13, Dankshit wrote:
> Is there a way to autenticate an SMTP server in my PHP.ini???
>
> In my development site, i need to autenticate a SMTP, but in the PHP.INI
> does not have an option to autenticate..does anybody has any solution for
> this??


There is at least one class at www.phpclasses.org which allows you to use 
SMTP-AUTH.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
You buttered your bread, now lie in it.
*/


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




Re: [PHP] Help with e-mail...

2002-04-03 Thread Miguel Cruz

On Wed, 3 Apr 2002, Chuck "PUP" Payne wrote:
> Thanks! I was able to send an e-mail so now I have to figure out why this
> guy script isn't sending reminders

If it's going to send mail at arbitrary times in the future, something
needs to make it run at those times. Does it come with a component that's
to be installed as as cron job?

miguel


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




Re: [PHP] Help with e-mail...

2002-04-03 Thread Chuck \"PUP\" Payne

Thanks! I was able to send an e-mail so now I have to figure out why this
guy script isn't sending reminders

Chuck

On 4/3/02 4:30 PM, "Rick Emery" <[EMAIL PROTECTED]> wrote:

> send an email to yourself:
> 
>  mail("[EMAIL PROTECTED]","test subject","This is my test message","From:
> [EMAIL PROTECTED]\n")
> ?>
> 
> 
> -Original Message-
> From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 03, 2002 3:26 PM
> To: PHP General
> Subject: [PHP] Help with e-mail...
> 
> 
> I have just install a program called Web Calendar. It suppose to be able to
> send reminders via e-mail but I am not sure if PHP is set up to send e-mail
> or what is happening. I have turned on debugging and it is showing that
> there are remembers but it not sending anything.
> 
> Is there a simple test I can to to test php is talking to sendmail?
> 
> 
> Thanks,
> 
> 
> -
> | Chuck Payne   |
> | Magi Design and Support   |
> | www.magidesign.com|
> | [EMAIL PROTECTED]|
> -
> 
> 


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




RE: [PHP] Help with e-mail...

2002-04-03 Thread Rick Emery

send an email to yourself:




-Original Message-
From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 3:26 PM
To: PHP General
Subject: [PHP] Help with e-mail...


I have just install a program called Web Calendar. It suppose to be able to
send reminders via e-mail but I am not sure if PHP is set up to send e-mail
or what is happening. I have turned on debugging and it is showing that
there are remembers but it not sending anything.

Is there a simple test I can to to test php is talking to sendmail?


Thanks,


 -
 | Chuck Payne   |
 | Magi Design and Support   |
 | www.magidesign.com|
 | [EMAIL PROTECTED]|
 -



-- 
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