• Resolved publicradio

    (@publicradio)


    When I subscribe new users to my site, the ‘from’ line on the email shows:

    {:en}Alivio Medical Center{:}{:es}El Centro Médico Alivio{:}

    Really, I only need the english site name to show in these emails. Is there any way to control for that?

Viewing 1 replies (of 1 total)
  • Thread Starter publicradio

    (@publicradio)

    Sorry, as soon as I posted this, I realized that I had added a line in my functions to force outgoing emails to come from my site’s name, and not ‘WordPress’:

    add_filter( 'wp_mail_from_name', function(){ return get_bloginfo('name'); });

    So I changed this to ‘hard code’ in the name of my site. Problem solved.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode showing in outgoing emails’ is closed to new replies.