[PHP] [QUESTION] MAIL: Send a NOOP instead of DATA

2008-01-15 Thread Wang Chen
I wrote a class to send mail by remote mail server. But it was failed. So I captured the network packets by tcpdump, and found that there is a strange packet NOOP was sent. But in the source code I mean to send command DATA. I don't know why a NOOP packet was sent instead. Here is my php source

Re: [PHP] [QUESTION] MAIL: Send a NOOP instead of DATA

2008-01-15 Thread Wang Chen
Wang Chen said the following on 2008-1-16 11:38: I wrote a class to send mail by remote mail server. But it was failed. So I captured the network packets by tcpdump, and found that there is a strange packet NOOP was sent. But in the source code I mean to send command DATA. I don't know why

[PHP] Re: [QUESTION] MAIL: Send a NOOP instead of DATA

2008-01-15 Thread Wang Chen
Manuel Lemos said the following on 2008-1-16 11:55: Maybe you are accessing a SMTP server with a grey listing or anti-spam/anti-virus frontend that sits on the front of the actual SMTP server and only passes information to the backend server when it is ready. It is possible that your message

[PHP] Re: [QUESTION] MAIL: Send a NOOP instead of DATA

2008-01-15 Thread Wang Chen
Manuel Lemos said the following on 2008-1-16 13:14: But it's strange that php should send a DATA command out, but tcpdump didn't capture this packet. :( I don't know why you are using tcpdump, but maybe you are only capturing a network interface that is not the one that your code used to

Re: [PHP] Re: [QUESTION] MAIL: Send a NOOP instead of DATA

2008-01-15 Thread Wang Chen
mike said the following on 2008-1-16 12:11: Why not look at phpmailer? Probably more robust than some random classes. http://phpmailer.codeworxtech.com/ Thanks Mike. I will try both and tell you guys I like which one. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] pass value to next page

2006-11-07 Thread Wang Chen
Hi , Newbie question, I have a form, form acttion=search.php3 method=post input . input... ... /form The search.php3 goes to query mysql

Re: [PHP] pass value to next page

2006-11-07 Thread Wang Chen
Thanks much, y'all. Forgive to my typo on the original email. On 11/7/06, Jochem Maas [EMAIL PROTECTED] wrote: Wang Chen wrote: Hi , Newbie question, I have a form, form acttion=search.php3 method=post input

[PHP] Add buttons on the fly

2006-10-31 Thread Wang Chen
I would like to add two buttons on a page form infomation confirmation, however, the html code in php nest can not be known by browser if I put form xxx input xx /form into there. Besically, there is a mail form to enter iterm infomaiton, if it exist before, prompt its iterm id., if