Viewing 1 replies (of 1 total)
  • Thread Starter Han Balk

    (@beam63)

    There’s an issue with the way the domainname is resolved when you’re not using www. I hardcoded my domain in EmailNotifications.php as a workaround. The author is aware of this issue and said he’ll solve this.

    foreach ($this->get_emails() as $email) {
    $sent = wp_mail(
    $email,
    $subject,
    $msg,
    ‘From: wpb2d@mydomain.com
    );
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Premium Email Notification from wpb2d@http’ is closed to new replies.