Hi there!

--- Juan Nin <[EMAIL PROTECTED]> wrote:
> From: "Curt Zirzow" <[EMAIL PROTECTED]>
> > You must send the rctp to's bfore you start
> sending the data. To be
> > a more stable smtp client there should be more
> sanity checking before
> > blindy doing this:
> >
> > if ($cc != "") {
> >   $CC = split(',', $cc);
> >   foreach ($CC as $ccemal) {
> >     talk2server("RCPT TO: $ccemail\n");
> >   }
> > }
> > Then repeat for BCC's
> good!! you also included the code for her  :)

With the proposed changes does it become something
usable? I wouldn't like to start using a "huge"
(somehow, compared to this little script) script just
to send a very simple mail...

Thanks!

Kisses,
Maria

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to