[PHP] Re: Help with e-mail

2003-01-22 Thread Manuel Lemos
Hello, On 01/21/2003 10:13 AM, Dankshit wrote: Is there a way to autenticate an SMTP server in my PHP.ini??? No. 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?? You may want to try

[PHP] Re: Help with e-mail form with server-side written in php?

2002-06-26 Thread Andy
you should consider that not everybody has enabled JS. Always double check with php before you add data or send it via mail. Maybe some people just hit the send button without filling in anything. Andy -- http://www.globosapiens.net Global

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

2002-04-03 Thread javier
Have you got access to your host machine? You can send messages to your local user a then see if they reach destination. Chuck Pup Payne wrote: 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

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

2002-04-03 Thread Chuck \PUP\ Payne
I wanted what Rick Emery sent to me... This little example on how to make php talk to sendmail... ?php mail([EMAIL PROTECTED],test subject,This is my test message,From: [EMAIL PROTECTED]\n) ? He little script help show me that php is working with sendmail. Our e-mail been working now for 4

[PHP] Re: Help on e-mail attachments retrieval adn ZIP uncompression.

2001-09-05 Thread Richard Lynch
1) How to retrieve messages from a POP3 mailbox and save only the ZIP files attachments? http://php.net/imap You may find it easier to find an IMAP mail-reading code that can handle attachments in one of the sites linked from http://php.net/links.php and adapt it. 2) How to decompress the ZIP