This is a discussion on Re: [PHP] Send mail using external server within the PHP General forums, part of the PHP Programming Forums category; Juan Nin <juaid@juanin.com> wrote: > From: "Maria Garcia Suarez" <mariagarciasuarez@yahoo.com> &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Juan Nin <juaid@juanin.com> wrote:
> From: "Maria Garcia Suarez" <mariagarciasuarez@yahoo.com> > [...] > > but, IMHO, that script isn't well coded as you have already seen, and I also > don't like the way it's programmed, it's very rudimentary... I would use > phpmailer as someone told you before instead.. Agreed! :D > > Besos!!! > (Kisses!) > > Juan Curt -- |
|
|||
|
Hi there!
--- Curt Zirzow <curt@zirzow.dyndns.org> wrote: > Juan Nin <juaid@juanin.com> wrote: > > From: "Maria Garcia Suarez" > <mariagarciasuarez@yahoo.com> > > [...] > > > > but, IMHO, that script isn't well coded as you > > have already seen, and I also > > don't like the way it's programmed, it's very > > rudimentary... I would use > > phpmailer as someone told you before instead.. > Agreed! :D Ok, thanks Pete, Juan & Curt for your help :-) I'll try that :-) Kisses for you guys :-* Maria __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
|
|||
|
From: "Maria Garcia Suarez" <mariagarciasuarez@yahoo.com>
> Hola Juan! Hola! :) (Hi!) > Thanks for your help Juan :-) de nada!!! (you are welcome) > What should I change in the script in order to make it > work? after the "RCPT TO" for the $to variable, you should check if $cc is defined, if it is, then do the same for that variable, and then the same for $bcc also remember to remove the line I told before that adds the Bcc in the mail headers... but, IMHO, that script isn't well coded as you have already seen, and I also don't like the way it's programmed, it's very rudimentary... I would use phpmailer as someone told you before instead.. Besos!!! (Kisses!) Juan |