Current time: 03-21-2010, 09:25 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] forum emails reply-to admin not email sender
09-17-2008, 07:32 PM
Post: #1
[F] forum emails reply-to admin not email sender
for some reason, when my members email each other, the reply-to is my email address and not the original sender of the email.
for example, user1 emails user2 when user2 sends his reply, the message is sent to me instead of back to user1.
how can i change this?

TortoiseForum.org
Find all posts by this user
09-17-2008, 07:34 PM (This post was last modified: 09-17-2008 07:34 PM by MattRogowski.)
Post: #2
RE: forum emails reply-to admin not email sender
Check your email settings in the ACP.
Do a search in the settings for 'mail' and check all the relevant settings.

My Personal Site - Twitter
MyBB Support Team
[Image: lqscs]
Visit this user's website Find all posts by this user
09-17-2008, 07:47 PM
Post: #3
RE: forum emails reply-to admin not email sender
ACP Wrote:Return Email
The email address for incoming replies to outgoing emails sent via the forums and is useful for no-reply accounts. Leave blank to use the admin email address instead.
right now it's blank. does this mean i should create a no-reply address? what if i just want it to reply to user1 and no one else?

TortoiseForum.org
Find all posts by this user
09-17-2008, 07:49 PM
Post: #4
RE: forum emails reply-to admin not email sender
Try that... I'm not totally sure how the email system works though... maybe it needs the email variable?? {user_email} or something along those lines.

My Personal Site - Twitter
MyBB Support Team
[Image: lqscs]
Visit this user's website Find all posts by this user
09-17-2008, 08:52 PM
Post: #5
RE: forum emails reply-to admin not email sender
maybe someone can shed some light on this... my inbox is filling up! im hesitant to just throw a variable in there... shouldn't the default be to reply to the user who sent the email...not the admin?

TortoiseForum.org
Find all posts by this user
09-17-2008, 08:53 PM
Post: #6
RE: forum emails reply-to admin not email sender
Try the variable... well, first make sure that is the actual variable.

My Personal Site - Twitter
MyBB Support Team
[Image: lqscs]
Visit this user's website Find all posts by this user
09-20-2008, 07:56 AM
Post: #7
RE: forum emails reply-to admin not email sender
judging from the description on the mybb wiki, this should not be a variable...
has no one else really experienced this? im a little confused.

TortoiseForum.org
Find all posts by this user
09-21-2008, 02:03 AM (This post was last modified: 09-21-2008 02:03 AM by Dennis Tsang.)
Post: #8
RE: forum emails reply-to admin not email sender
I would consider this a bug.

A temporary workaround:
In inc/class_mailhandler.php, find and remove:
PHP Code:
if($mybb->settings['returnemail'])
                {
                        
$this->headers .= "Return-Path: {$mybb->settings['returnemail']}{$this->delimiter}";
                        
$this->headers .= "Reply-To: {$mybb->settings['adminemail']}{$this->delimiter}";
                }
                else
                {
                        
$this->headers .= "Return-Path: {$mybb->settings['adminemail']}{$this->delimiter}";
                        
$this->headers .= "Reply-To: {$mybb->settings['adminemail']}{$this->delimiter}";
                } 

This will remove all reply-to headers, but since you weren't using it anyway it should be fine. Most mail clients will use the "From" header as the reply-to if it's not set...

[Image: sig.php?mybb]
MyBB is on Facebook and Twitter
Hosting available, PM for details
Visit this user's website Find all posts by this user
09-21-2008, 07:07 AM (This post was last modified: 09-21-2008 07:19 AM by josh0322.)
Post: #9
RE: forum emails reply-to admin not email sender
thanks dennis. im surprised no one else has had issues with this...
by the way, that temp fix seems to work fine for me but im using thunderbird. i'm sure it will work fine for most major email clients and hopefully webmail folks too

TortoiseForum.org
Find all posts by this user
10-06-2008, 08:04 AM
Post: #10
RE: forum emails reply-to admin not email sender
any update on this? im learning php & mysql. is there some way in which i could be helpful in finding the solution?

TortoiseForum.org
Find all posts by this user


Forum Jump: