• Resolved zarnav25

    (@zarnav25)


    Hi. My client has the website https://industrylink.eu and has installed the plugin Password Protected, which is disabled at this moment.

    On the email address [email protected] my client received some statistics from [email protected]. That email address does not exist in the domain cpanel and I want to know if the plugin is sending emails like this regularly and how that email address can be used if it’s not created in cpanel.

    Thank you,

    Razvan Rusu

Viewing 1 replies (of 1 total)
  • Hi @zarnav25,

    I hope you are doing well.

    Thank you for approaching us! It is a default ‘from email address’ used by WordPress to send the email. If you want to use any other email address to send the email you can use the filter hook of wp_mail_form.

    add_filter( 'wp_mail_from', function() {
    return 'your_email';
    } );

    I hope this will help you!

    Thanks and regards,
    Support Team – WPExperts??

Viewing 1 replies (of 1 total)
  • The topic ‘my client received email from wordpress at domain dot eu’ is closed to new replies.