[PHP-DB] Re: sendmail

2004-08-04 Thread Manuel Lemos
Hello, On 08/04/2004 09:47 AM, Aaron Todd wrote: I dont know how to be more specific. It just doesnt work. There is no error. The program runs and sometimes it sends the email and sometimes it doesnt. I've looked at all the log files that I know about and havent seen anything that looks like an

Re: [PHP-DB] Re: sendmail

2004-08-04 Thread Pablo M. Rivas
Hello Aaron, AT> Is there any tweaking with mail()? AT> I have it working, but it seems to not always send the email. Mainly one AT> right after the other. I filling a web form and then sending the data off AT> to my email. But then I do a refresh to clear the form and do it again with AT> diff

Re: [PHP-DB] Re: sendmail

2004-08-04 Thread Jason Wong
On Wednesday 04 August 2004 20:47, Aaron Todd wrote: > I dont know how to be more specific. It just doesnt work. There is no > error. The program runs and sometimes it sends the email and sometimes it > doesnt. I've looked at all the log files that I know about and havent seen > anything that

[PHP-DB] Re: sendmail

2004-08-04 Thread Aaron Todd
I dont know how to be more specific. It just doesnt work. There is no error. The program runs and sometimes it sends the email and sometimes it doesnt. I've looked at all the log files that I know about and havent seen anything that looks like an email error. Is there any other troubleshooting

[PHP-DB] Re: sendmail

2004-08-03 Thread Manuel Lemos
Hello, On 08/03/2004 11:16 AM, Aaron Todd wrote: Is there any tweaking with mail()? I have it working, but it seems to not always send the email. Mainly one right after the other. I filling a web form and then sending the data off to my email. But then I do a refresh to clear the form and do it

[PHP-DB] Re: sendmail

2004-08-03 Thread Aaron Todd
Is there any tweaking with mail()? I have it working, but it seems to not always send the email. Mainly one right after the other. I filling a web form and then sending the data off to my email. But then I do a refresh to clear the form and do it again with different data and it doesnt work. A

[PHP-DB] Re: sendmail

2004-08-03 Thread David Robley
On Tue, 3 Aug 2004 04:01, Aaron Todd wrote: > So far, I have been doing ok with PHP. I feel that I have picked it up > rather easily. But now I need some help. I am trying to use the sendmail > functions to send data entered in a form to my email address. Currently > its > not working at all.

[PHP-DB] Re: sendmail

2004-08-02 Thread Aaron Todd
Thanks to you both...Matt M. and Philip Thompson. Your suggestion of using the mail() function instead worked perfectly. Thanks again, Aaron "Aaron Todd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > So far, I have been doing ok with PHP. I feel that I have picked it up > rath

[PHP-DB] Re: sendmail

2003-11-24 Thread Kim Steinhaug
You should check out phpmailer at sourceforge. It solved all my problems, and will probably solve all yours to. As a bonus, you get a mailer that has a lot of more functions, like attachements and HTML mail and such. -- Kim Steinhaug --