Quote:
Originally posted by WildWayz
Hi again
Thanks so much... I got that file and uploaded it, now when I run it I get
Line 787 =
PHP Code:
my $from = $vbconfig{bbtitle}." Mailer <$from>";
--James
|
Hehe.. I just edited that line before I uploaded it. It was hard coded with my email address. I guess I should have tested it. As a quick fix, just change the '$from' to your email address. You need to add a backslash before the @ sign.
So for me, it looks like:
Code:
my $from = $vbconfig{bbtitle}." Mailer <admin\@dbforums.com>";