Re: Send Mail from PHP Using SMTP Authentication

Niel Archer <[email protected]>
Newsgroups gmane.comp.php.windows
Message-ID <[email protected]>
> 
> Hi, 
> 
>   Just as I am exploring some of my alternatives for using the mail() in PHP, I came across a web page that one of the users on the list has provided me: http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm. Does anyone know what the Mail.php is referring to here? 
> 
> <?php
> 
> require_once "Mail.php";
> 
> $from = "Sandra Sender <[email protected]>";
> 
> $to = "Ramona Recipient <[email protected]>";
> 
> $subject = "Hi!";
> 
> $body = "Hi,\n\nHow are you?";
> 
> ?>
> 
> If it is something from PEAR package, why isn't it necessary for it to specify the path to that code? 
> Can it tell by itself?

Because if PEAR is setup correctly, then its directory is in the include
path and this file will be found there.

> Thanks for your help.
> 
> Alice
> 
>  		 	   		  
> _________________________________________________________________
> Hotmail is redefining busy with tools for the New Busy. Get more from your inbox.
> http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2

--
Niel Archer



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.