"sendmail_from not set" (Yes, again)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan Little

    "sendmail_from not set" (Yes, again)

    Has anyone ever figured out the problem with this? I have sendmail_from
    set in my php.ini, and I also in this case have a custom From: header,
    but I still get this message. Here's the relevant php.ini:

    SMTP = my.mail.server
    smtp_port = 25
    sendmail_from = me@mydomain.com

    The full message is (everybody sing along):

    "sendmail_f rom" not set in php.ini or custom "From:" header missing

    I'm using Win2K, Apache 2.0 and PHP 4.3.10. The frustrating thing is that
    it was working once upon a time. I don't know when it stopped, as I don't
    email from this dev system that much.

    --
    Alan Little
    Phorm PHP Form Processor

  • Alan Little

    #2
    Re: "sendmail_ from not set" (Yes, again)

    Carved in mystic runes upon the very living rock, the last words of Alan
    Little of comp.lang.php make plain:
    [color=blue]
    > Has anyone ever figured out the problem with this? I have
    > sendmail_from set in my php.ini, and I also in this case have a custom
    > From: header, but I still get this message. Here's the relevant
    > php.ini:
    >
    > SMTP = my.mail.server
    > smtp_port = 25
    > sendmail_from = me@mydomain.com[/color]

    OK, here's a little more info. Despite the above settings, phpinfo()
    reports

    SMTP: localhost
    sendmail_from: no value

    I know I'm using the right .ini file, as I can tweak other settings and
    they show up on phpinfo(). I've checked my .ini for multiple entries, and
    it's clean.

    Now is the time on Sprockets when we say WTF. Any ideas?

    --
    Alan Little
    Phorm PHP Form Processor

    Comment

    Working...