PDA

View Full Version : Problems with email


vbsquare
Fri 23rd Jun '00, 10:16pm
Hi,
I'm having problems getting vBulletin and my email server to work correctly together. I'm running the following specs:

Win 2K Advanced Server (yes I know!)
PHP4 RC1
MySQL 3.22.34
My mail server is MDaemon 2.73
vBulletin 1.2.2

Here are the settings from my php.ini file:

[mail function]
SMTP = 212.67.199.101 ;for win32 only
sendmail_from = postmaster@devbank.net ;for win32 only

Replying to a messages works fine, but when I choose to email the person it doesn't seem to work. It fills in an incorrect email header with just the vBulletin username, and not the email address:

Received: from srv3 [212.67.199.101] by devbank.net [212.67.199.101] with SMTP (MDaemon.v2.7.SP3.R) for <"test"@"test">; Sat, 24 Jun 2000 14:13:51 +0100
Date: Sat, 24 Jun 2000 14:13:51 0000
Subject: test
To: "test" <shuggill@devbank.net>
From: "DevBank Forums Mailer" <webmaster@devbank.net>
X-MDaemon-Deliver-To: "test"@"test"

Anyone had any similar problems?