Contact Form – email

  • Posted in : impressivCard
  • pandrade33
    Participant

    For some reason I’m not receiving the emails from my site, http://www.ceciliaypablo.com/site/#/contact
    I’m using boda.ceciliaypablo@gmail.com as the target email address.
    It was working a few weeks ago, and suddenly it stopped. Any ideas?

    Mehmet S.
    Keymaster

    Open send-mail.php file,

    Find the line:

    $headers = 'From: ' . $name . ' <' . $email . '> ' . "\r\n" . 'Reply-To: ' . $email;
    

    Change it with:

    $sender_domain = "administrator@my_awesome_domain.com";
    
    $headers = "From: " . $sender_domain . "\r\n";
    $headers .= "Reply-To: " . $email . "\r\n";
    

    Change “my_awesome_domain.com” to your domain.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘impressivCard’ is closed to new topics and replies.