email-php

  • Posted in : uCard
  • anushkmittal
    Participant

    email-php not working even after editing the to field. it appears that the mail is not being sent.

    hosted on github.com

    help needed

    serkan
    Moderator

    I forwarded this issue to the WordPress developer. He will get back to you soon. Thanks for your patience.

    ahmetsali
    Keymaster

    Hi, sadly Github Pages is not a full-featured web host. It will not execute PHP, or any other arbitrary code. You will need to move your site to a hosting which can execute php files.

    dtjones369
    Participant

    Struggling to get the email php file to work on HostGator servers.
    I have chatted with them, but to no avail. The suggested I check in with you to see if you have any suggestions. They feel that with the code in place, that everything should be working.

    Original code:
    $site_name = ‘vcard HTML5 Template’;
    $sender_domain = ‘server@your-domain.com’;
    $to = ‘jonhdoeeee@jonhdoe.com’;

    Updated code:
    $site_name = ‘sara.eberhardt1.com’;
    $sender_domain = ‘dancer@eberhardt1.com’;
    $to = ‘dtjones369@gmail.com’;

    Nothing is coming thru. Not sure about the sender_domain setting.
    Any suggestions would be great.

    Thank you,
    Dean

    serkan
    Moderator

    Hi,
    You can check out this text.
    $sender_domain = ‘server@eberhardt1.com’;
    The template uses PHP mail() function.
    The php mail() function must be enabled in your server.
    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register