sender name – general settings

This topic contains 12 replies, has 4 voices, and was last updated by  Paolo 8 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #70120

    acengiz
    Expired Member
    Post count: 54

    Hey guys,

    I use apostrophe in sender name something like aa’s bb, but it looks like this aa's bb Is there a solution for that, i googled it all day but couldn’t find any related topic.

    Thanks,
    Anil

    #70121

    acengiz
    Expired Member
    Post count: 54

    it looks like as in attachment.

    #70137

    Guust
    Moderator
    Post count: 29970

    I cannot replicate that on my test site.
    Where are you adding this?
    GD > General > General tab > Sender name?
    Where does it show like that, in the body of the email?

    #106179

    acengiz
    Expired Member
    Post count: 54
    This reply has been marked as private.
    #106355

    Guust
    Moderator
    Post count: 29970

    That is indeed weird, I’ll get the others to have a look to.
    A single quotation mark is usually

    & # 3 9 ;

    but I guess

    & # 0 3 9 ;

    is the same.
    You did not use a curly quote, because that would be

    & # 8 2 1 6 ;

    or

    & # 8 2 1 7 ;
    #111033

    acengiz
    Expired Member
    Post count: 54

    Yes i did not use a curly quote, just apostrophe. Then waiting for others, thanks for your support by the way 🙂

    Anil

    #111161

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please provide link, wp admin and ftp credentials and we will have a look.

    Thanks

    #111162

    acengiz
    Expired Member
    Post count: 54
    This reply has been marked as private.
    #112528

    acengiz
    Expired Member
    Post count: 54

    Did you have a chance to check it?

    Thanks,
    Anil

    #112610

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I see it happening only on your website, that makes me thing it is a server configuration problem.

    Did you try asking to your host support?

    Let us know,

    Thanks

    #112796

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It looks like something is hooking in and changing that value for you, you can fix it by adding this code to your theme functions.php

    
    
    add_filter( 'wp_mail_from_name', 'my_custom_wp_mail_from_name' );
    function my_custom_wp_mail_from_name( $original_email_from ) {
    	return stripslashes(get_option('site_email_name'));
    }

    Thanks,

    Stiofan

    #114254

    acengiz
    Expired Member
    Post count: 54

    Thank you guys! It’s working now 🙂

    Best regards,
    Anil

    #114256

    Paolo
    Site Admin
    Post count: 31206

    Thanks for letting us know 🙂

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket