On Mon, Jan 9, 2012 at 8:50 PM, alexus wrote:
> using Drupal
>
If you're using Drupal to send the mail, or any module installed in
Drupal, than there are most likely settings in Drupal (module) that
allow you to set the from address. If these functions call the mail
command with a different From
I guess I'm asking to see your code pertaining to sending the email.
Telling us about a couple of ini settings doesn't really present us a
picture of your problem.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
using Drupal
On Mon, Jan 9, 2012 at 2:48 PM, Jim Giner wrote:
> And how are you generating the email?
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
http://alexus.org/
--
PHP General Mailing List (http://www.php.net/)
T
And how are you generating the email?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
D Sledge wrote:
OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
web server: Apache 2.0
php version: 4.3.9
When I use the function mail(), the the from email address that is used is
apache@. I
tried setting the sendmail_from directive in php.ini and the ServerAdmin
dir
D Sledge wrote:
OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
web server: Apache 2.0
php version: 4.3.9
When I use the function mail(), the the from email address that is used is
apache@. I
tried setting the sendmail_from directive in php.ini and the ServerAdmin
dir
* Thus wrote Wudi:
> Script:
> mail('[EMAIL PROTECTED]', 'Subject', 'Message', "From: [EMAIL PROTECTED]");
> ?>
>
> Result:
> Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom
> "From:" header missing in D:\ApacheData\htdocs\downloader\mail.php on line 2
>
> Why does
On Sat, 17 Jul 2004 12:16:25 +0800, Wudi <[EMAIL PROTECTED]> wrote:
> Script:
> mail('[EMAIL PROTECTED]', 'Subject', 'Message', "From: [EMAIL PROTECTED]");
> ?>
>
> Result:
> Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom
> "From:" header missing in D:\ApacheData\h
8 matches
Mail list logo