Re: [PHP] Mail sending program (beginner)

2006-06-11 Thread aci india
Since it was sunday I was not able to thank instently. Thanks for the help. Thanks to all. [snipped...]

Re: [PHP] Mail sending program (beginner)

2006-06-10 Thread tedd
At 10:54 AM +0530 6/10/06, aci india wrote: >Dear group, > >Description: > >Following is the code which I tried for learning propuses. It is a mail >sending program -snip- I read what you wanted, try this: http://www.weberdev.com/get_example-503.html hth's tedd -- ---

Re: [PHP] Mail sending program (beginner)

2006-06-10 Thread benifactor
i don't really understand what your trying to do here but if im correct there is a much easier way... if you are trying to make a newletter sign up this is simple. there is no reason to send the email to the database simply have the enter thier email address, use regex to check it, if it passes th

Re: [PHP] Mail sending program (beginner)

2006-06-10 Thread Rabin Vincent
On 6/10/06, aci india <[EMAIL PROTECTED]> wrote: NOTE: Sorry for the very long code Please paste long code snippets in a website like pastebin.com. Also, the code is hard to read because of the complete lack of indentation. I suggest you atleast attempt to debug your code before posting it her