Viewing 11 replies - 1 through 11 (of 11 total)
  • I have exactly the same problem. This does not look professional in front of the customer… Could you let us know how to fix this? It should use the name of the blog in my opinion, thanks.

    Plugin Author webriti

    (@priyanshumittal)

    I have checked no wordpress title is coming make sure your title is not wordpress in general setting >> title

    I have the exact same problem! My page title is ok, but the sender seems to be WordPress…

    Plugin Author webriti

    (@priyanshumittal)

    HI

    Can you please provide the snapshot for the same.

    Thanks
    Priyanshu

    Hi,

    I have the same problem.
    My site title is not wordpress, but the email sender is WordPress. Is there any solution to change the sender name ?

    Thanks for your help.

    Helene

    Plugin Author webriti

    (@priyanshumittal)

    Hi helene

    I am one of the plugin contributor.

    If possible kindly share your admin details at themes(at)webriti(dot)com.

    So that I can check whats going wrong with the plugin.

    Thanks
    Priyanshu

    Plugin Author a.ankit

    (@aankit)

    The plugin sends 2 emails… One To admin and other to the user. Can you confirm if both emails have WordPress as sender.

    Also can you share the website link so that I can test it as a user.

    Ankit

    Plugin Author webriti

    (@priyanshumittal)

    Here is the trick

    Add this filter code snippet inside the coming-soon-plugin.php file

    add_filter( 'wp_mail_from_name', 'custom_wp_mail_from_name' );
    function custom_wp_mail_from_name( $original_email_from )
    {
    	return bloginfo('name');
    }

    Thanks

    Many thanks for your help !
    It works perfectly !

    Plugin Author a.ankit

    (@aankit)

    Marking this resolved

    When does webriti anticipate including the above code snippet in a release?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Subscribers receive an email from WordPress not my company.’ is closed to new replies.