Trust messages and reply-to

Not yet - but I have been contacted numerous times via trust, and it's relatively easy to just click on the person's email. However, I do appreciate it's a bit of a pain when you're used to just clicking on reply. However, it's the forum that generates that email, so I'm not sure if VB can be setup to have the originator email as the reply-to field. As soon as that admins have had a look I'm sure they'll let you all know.

We've had many changes to the forums over the past 10 years ;)
 
Not a certain amount of sense, but complete 100% sense.

Definitely change this. I bet it has unknowingly halted or frustrated many MM sales.

I vouch for this, I tried to contact a member with my address, a entire day I kept trying and getting nothing back, started to worry about it as I had paid... I know I should have checked sooner, but considering I very rarely use MM... I didn't think to.

100% change the no reply.

ags
 
Not yet - but I have been contacted numerous times via trust, and it's relatively easy to just click on the person's email. However, I do appreciate it's a bit of a pain when you're used to just clicking on reply. However, it's the forum that generates that email, so I'm not sure if VB can be setup to have the originator email as the reply-to field. As soon as that admins have had a look I'm sure they'll let you all know.

We've had many changes to the forums over the past 10 years ;)


Loads of changes, remember when we all voted whether black should be a theme option and it won the vote and black became a selec.... oh
 
I can't imagine it would take up a HUGE amount of resources though, certainly nothing to make a dent in their profits!

Not so much these days but back when the system was setup bandwidth cost a premium and storage space wasn't cheap either.
 
I'd be happy with the reply to field left blank if that's simpler to implement. I'm 90% sure my email client will warn me if I try to send mail without entering an address, but it's cheerfully sent several messages to noreply@overclockers.
 
Not yet - but I have been contacted numerous times via trust, and it's relatively easy to just click on the person's email. However, I do appreciate it's a bit of a pain when you're used to just clicking on reply. However, it's the forum that generates that email, so I'm not sure if VB can be setup to have the originator email as the reply-to field. As soon as that admins have had a look I'm sure they'll let you all know.

We've had many changes to the forums over the past 10 years ;)

It certainly can - the beauty of open source software. I'd be happy to advise or lend a hand if required.

That said, are you sure it's the forum that sends it? I'm pretty sure the trust system isn't standard to any of the many versions of VB I've come across :)

I'd be happy with the reply to field left blank if that's simpler to implement. I'm 90% sure my email client will warn me if I try to send mail without entering an address, but it's cheerfully sent several messages to noreply@overclockers.

With no reply-to header set, your email client will default to replying to the From address.
 
Doesn't it say in the email as well please reply to blah blah address?

It does. :)

It certainly can - the beauty of open source software. I'd be happy to advise or lend a hand if required.

That said, are you sure it's the forum that sends it? I'm pretty sure the trust system isn't standard to any of the many versions of VB I've come across :)



With no reply-to header set, your email client will default to replying to the From address.

I'm not expert of VB but the Admins have just said they're looking into it. As for Trust I think you're right it's a separate feature.
 
Another vote for it here, I'm always paranoid that people don't reply because they are replying to the noreply address :p
 
I'm no expert, but 13k active users must have some amount of affect?

Where did you get 13k active from? Not digging just interested.

Still going about that theme? Lots of people have showed how you can do it, furthermore the poll was hardly a landslide.


Can you link me to that freefaller? I'd be interested to know why we can't select different skins and really want to view the forums in a plain colour.
 
Where did you get 13k active from? Not digging just interested.

uee0s.png


Can you link me to that freefaller? I'd be interested to know why we can't select different skins and really want to view the forums in a plain colour.

http://forums.overclockers.co.uk/showthread.php?t=18072492&highlight=stylish+theme
 
It does. :)



I'm not expert of VB but the Admins have just said they're looking into it. As for Trust I think you're right it's a separate feature.


Browse to the directory where trust is on the server. Find mail.php, ctrl+f for a call to mail(), modify the headers parameter. Done :o.

PHP:
<?php
$headers .= "Reply-To: $userName <$userEmail>\n";

mail($to, $subject, $message, $headers);
?>
 
Back
Top Bottom