ID: 13969 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IMAP related Operating System: Redhat Linux 7.0 PHP Version: 4.0.4pl1 New Comment:
You can specify From: using the additional_headers parameter (see http://www.php.net/manual/en/function.imap-mail.php for more info). I presume imap_mail() uses the ini-specified mail address by default. Previous Comments: ------------------------------------------------------------------------ [2001-11-07 04:17:35] [EMAIL PROTECTED] I'm developing web email using PHP. I'm sending emails using imap_mail() function which is very complete and easy to use. When I was writing auto-respond code, a user sending email from a web interface does not receive any autorespond email from the user. When I track into /var/log/maillog, when a user sending email from web interface (using imap_mail() function), the sender appears as anonymous@servername. This is the configure line:- './configure' '--enable-track-vars' '--with-apxs=/usr/local/apache/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-imap=/usr/local/imap-4.7c' '--with-gd' There's nothing special or unique to the setup of the php. Thank You... Please help me. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13969&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]