• Resolved Lee Mosler

    (@nlmosler)


    We have a site that sends emails with SMTP_NAME even after forcing Sender Name. Is there a way to clear this?

Viewing 1 replies (of 1 total)
  • Plugin Author Shahjahan Jewel

    (@techjewel)

    In this case, I think your other plugin is altering that from name.
    In that case, You can use the following code in your custom snippet or theme’s functions.php file

    add_filter('fluentsmtp_disable_from_name_email', '__return_true');

Viewing 1 replies (of 1 total)
  • The topic ‘SMTP_Name Persisting’ is closed to new replies.