Quote:
Originally Posted by Fungsten
I haven't read through all the posts but I have this question. I just got the Inactive users report, email, however it went straight to my junkmail folder. Upon clicking on the sender I noticed that there was and extra user name in the from field that shouldn't be there. The email said it was also sent from one of my members. Is anyone else having this where the email report is maybe getting sent to the junk mail folder or there is another address in the From field in the email?
|
Quote:
Originally Posted by djbaxter
What version are you using?
|
Quote:
Originally Posted by Fungsten
1.0.9
|
1. See
https://vborg.vbsupport.ru/showthrea...36#post1385436 and
https://vborg.vbsupport.ru/showpost....&postcount=965
2. I do notice that some of the emails go out as
To: member_email@something.com; member_name but it doesn't seem to affect delivery. No idea why this happens or why not all the time.
3. Chris may be able to address the
From: problem. It is supposed to draw the sender email address from your forum configuration. Again, there are a few people who see other addresses there and I have no idea why or how this can happen. Sorry.
The From: line is constructed in line 45 of remindermail.php (version 1.09) -
Code:
$headers .= "From: " . $vbulletin->options['bbtitle'] . " Reminder Service <" . $vbulletin->options['webmasteremail'] . ">" . "\r\n";
How can this insert any email address other than the one specified in the vBulletin options?
Quote:
Originally Posted by chadi
I just got this email notification:
|
1. version?
2. Try reinstalling - and if you do, install version 1.09. Make sure you upload the 1.09 file versions as well as importing the product xml file.