« Previous Next »

Thread: php 32bit mail() function on 64bit OS

Last post 07-13-2009 2:11 PM by ruslany. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 05-13-2009, 6:11 AM

    php 32bit mail() function on 64bit OS

    I have been having some problems sending email using the mail() function within php.

    The problem I believe is that the version of php I have installed is 32bit and its on Windows Server 2008 with IIS 7. I believe our hardware is 64bit so purchasing a 32bit version is not an option neither is converting IIS 7 into a 32bit as we are using the web exchange.

    Also it is possible to install a 64bit version of php but using mail(); is still windows 32bit and I will be needing to install plugins which are not supported by the 64bit version.

    I have been searching google for 2days with no proper solution for my problem, indeed finding the problem posted on google is a problem.

    Each time I try an execute my mail($to, $subject, $message); php file I get the error page 500 - Internal server error.

    I have attempted mb_send_mail(); also but I have no idea what the difference is.

    Any help will be greatly appreciated.

  • 07-13-2009, 2:11 PM In reply to

    • ruslany
    • Top 25 Contributor
    • Joined on 07-01-2007, 7:38 PM
    • Redmond, WA
    • Posts 636

    Re: php 32bit mail() function on 64bit OS

    There are some known issues with PHP mail() function on Windows. Many PHP apps use PHPMailer class instead of relying on PHP mail() function. May be that will work for you?

    http://ruslany.net
Page 1 of 1 (2 items)