• Hi there,

    When I’m using the Mail(2) function, I noticed that when I receive the email, the sender’s default name is “WordPress”.

    I know I can use different sender name if I use the “Name <email>” format in the From: field, but it needs some extra work every time I set up a form with Mail(2).

    Why shouldn’t it be bloginfo(‘name’) by default? (the site’s name that can be set up in Settings > General). I guess nobody wants to send emails to their clients with the sender’s name as the name of the CMS, but it’s more likely they want to do this with the site’s name as the sender.

    And those who want to use a different name, can still use the “Name <email>” format.

    Cheers,
    Ervin

    https://wordpress.org/plugins/contact-form-7/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    The default value of the From header field in Mail (2) is not “WordPress”, but this:

    [your-name] <[your-email]>

    Thread Starter Ervin Domonkos

    (@arachnoidea)

    I mean, if you are not using use the

    [your-name] <[your-email]>

    format, only

    [your-email]

    It will add “WordPress” as the sender’s name.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter Ervin Domonkos

    (@arachnoidea)

    I know how I can change it, it’s not the question.

    My question is: why is WordPress the default value here, why not the site name (that’s stored in General settings)?

    I think having the site name as default can make your plugin easier to use because of 2 reasons:

    1. I doubt if anybody would want to send emails to his/her clients in the name of “WordPress”…

    2. Most of the users of your plugin will change this default value to their site’s name (with the method you shared above)

    This way you would save some time for the most of your users.

    Now the journey is:
    1. Hey, I need the Mail 2 function, too.
    2. Let’s use my email address there…
    3. OK, let’s try if it works…
    4. Yeah, I got the mail!
    5. WTF? Why is WordPress the sender?
    6. Search for the solution on Google
    7. Found this: Mail that comes through the contact form shows “WordPress” as its sender name. How can I change this?
    8. Change the From: field again
    9. Test it
    10. Yeah! It works

    The new journey would be:
    1. Hey, I need the Mail 2 function, too.
    2. Let’s use my email address there…
    3. OK, let’s try if it works…
    4. Yeah! It works

    More usable, I think…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Default sender's name in Mail (2)’ is closed to new replies.