English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi;
I have a FreeBSD unix server; and i have tried to create an online application. so i have used the MAIL function of php.
my form wroks successfuly on my computer (using localhost by defining the SMTP) but when uploading it to the server, it takes a long time and at last it does not send the mail without giving any error or warning message (i specify the sendmail_path option as follow:
ini_set ('sendmail_path', 'usr/sbin/sendmail -t -i -f alaa_alomari@yahoo.com'); )
so would you please tell me what is the problem and how can i solve it.
Thank you

2007-03-14 03:24:57 · 1 answers · asked by alaa_alomari 1 in Computers & Internet Programming & Design

1 answers

First of all check the queue of outgoing mails of sendmail. If the mail is queued there, then there is some problem with the sendmail. And if the mail is not there, then the problem in somewhere in PHP (either in configuration or in ur script).

2007-03-15 00:37:54 · answer #1 · answered by Atif Majid 3 · 0 0

fedest.com, questions and answers