Hi! I'm about to get crazy about this. I've been reading topics about emails but found nothing about this.
When a user contact a seller using the sidebar form, my admin email receives those emails, not the seller.
Any clue?
My emails settings is only 'localhost' in the hostname. I'm using Godaddy.
By the way, emails problems became after I've translated my website.
This is my 'emails.php' params
$params = array(
'from' => osc_contact_email(),
'from_name' => osc_page_title(),
'reply_to' => $aItem['yourEmail'],
'subject' => $title,
'to' => $aItem['friendEmail'],
'to_name' => $aItem['friendName'],
'body' => $body
);
Thanks!