Advertisement:

Author Topic: Admin receiving all sidebar seller contact's email  (Read 455 times)

betinhosaad

  • Newbie
  • *
  • Posts: 4
Admin receiving all sidebar seller contact's email
« on: August 24, 2016, 01:51:26 am »
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

Code: [Select]
        $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!