Connecting Tech Pros Worldwide Forums | Help | Site Map

PHP With Exchange Server 2003

chathura86's Avatar
Member
 
Join Date: May 2007
Location: Homagama, Sri Lanka
Posts: 95
#1: Sep 18 '07
Hi,

I'm tring to send emails with php and im using exchange server 2003
also use a pear package to seend mails with MIME.

when i send the mails they are not sending but i do not get a error message
either.

I can send mails with MS Out look 2003, bt not with Outlook Express.

Please some one help me to solve this,

Thank you
chathura

ak1dnar's Avatar
Moderator
 
Join Date: Jan 2007
Location: Colombo
Posts: 1,441
#2: Sep 18 '07

re: PHP With Exchange Server 2003


Hi chathura,

With out errors too hard say anything. have you enabled the error reporting on your server. If not add this lines to the top of your scripts:

Expand|Select|Wrap|Line Numbers
  1. error_reporting(E_ALL);
  2. ini_set('display_errors', True);
  3.  
chathura86's Avatar
Member
 
Join Date: May 2007
Location: Homagama, Sri Lanka
Posts: 95
#3: Sep 22 '07

re: PHP With Exchange Server 2003


Errors are already enabled, but im not getting any error messages.

and the php.ini file is also config correctly.

Thank you

chathura
chathura86's Avatar
Member
 
Join Date: May 2007
Location: Homagama, Sri Lanka
Posts: 95
#4: Sep 28 '07

re: PHP With Exchange Server 2003


Quote:

Originally Posted by ajaxrand

Hi chathura,

With out errors too hard say anything. have you enabled the error reporting on your server. If not add this lines to the top of your scripts:

Expand|Select|Wrap|Line Numbers
  1. error_reporting(E_ALL);
  2. ini_set('display_errors', True);
  3.  

Errors are already enabled, but im not getting any error messages.

and the php.ini file is also config correctly.

Thank you

chathura
ak1dnar's Avatar
Moderator
 
Join Date: Jan 2007
Location: Colombo
Posts: 1,441
#5: Sep 28 '07

re: PHP With Exchange Server 2003


Hmmm, what should I say now..There is NO Errors. well, I've never tried exchange server, I don't know why you are using this. if you need to send a mail from Php why don't you use php mail(). or Switmailer.
chathura86's Avatar
Member
 
Join Date: May 2007
Location: Homagama, Sri Lanka
Posts: 95
#6: Oct 6 '07

re: PHP With Exchange Server 2003


Quote:

Originally Posted by ajaxrand

Hmmm, what should I say now..There is NO Errors. well, I've never tried exchange server, I don't know why you are using this. if you need to send a mail from Php why don't you use php mail(). or Switmailer.

Thanks for the help,

Switmailer worked for me.

regards,
Chathura Bamunusinghe
ak1dnar's Avatar
Moderator
 
Join Date: Jan 2007
Location: Colombo
Posts: 1,441
#7: Oct 6 '07

re: PHP With Exchange Server 2003


Quote:

Originally Posted by chathura86

Thanks for the help,

Switmailer worked for me.

regards,
Chathura Bamunusinghe

Hi Chathura,
Glad you got it working. and feel free to ask any question in the forum anytime. Thanks and good luck.
Reply