Viewing 3 replies - 1 through 3 (of 3 total)
  • What do you mean ‘the email of server’ ? The server is not a user. You are the user. Why wouldn’t the plugin used the email defined in WP settings?

    Thread Starter vulkanus

    (@vulkanus)

    I don′t know, but if we see the code of plugin:
    $addr = apply_filters( ‘cun_email_from_address’, get_option( ‘admin_email’ ) );

    It′s using the admin_email, right?

    If the admin email was: [email protected]
    If the server use own email (i.e: [email protected]) then the admin_email in the headers of email will be:

    from: [email protected] <[email protected]>

    but when the gmail check in the source, will be receiver from “[email protected] ” then we will get a messagem like SPAM email.

    Right? I think I explain well.

    Plugin Author Andrew Norcross

    (@norcross)

    that’s correct. the plugin uses the admin email as the default, however, the address can be changed via the cun_email_from_address filter.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change email’ is closed to new replies.