Change contact email

Discussion in 'GoldenEagle WordPress Theme' started by ashleygaines, May 15, 2013.

  1. ashleygaines

    ashleygaines New Member

    Joined:
    Apr 15, 2013
    Messages:
    7
    Likes Received:
    0
    How do I change the email address that the contact form sends to?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the General Settings Section (Settings -> General) and paste your email id in the Email Address section as shown in the image given below.
    [​IMG]
    You will get all the contact form details on this Email ID.
     
  3. wcsign

    wcsign New Member

    Joined:
    Jun 21, 2013
    Messages:
    5
    Likes Received:
    0
    I am an admin on a site for a gentleman, yet I want the contact page emails to go to his gmail account, while I retain the admin capabilities/email. Would you recommend hardcoding the contact page?
    (template-contact.php)


    Or should I set up another account with admin priveledges? Would both accounts recieve the email from the contact page? or does it just go to the user named "admin"?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to template-contact.php present in your theme directory and replace current code

    Code:
    get_option('admin_email')
    with code given below

    Code:
    "Enter your email id here"
    Sending image for reference


    2013-07-11_1152.png

    This will solve your issue.
     

Share This Page