Menu

#1592 Change sender name when sending email

open
nobody
None
5
2018-09-04
2018-08-30
Anonymous
No

Hello everyone,

I have a problem sending emails. The sender name does not get very friendly because it takes the value from from in mail_settings. I would like to change, can you help me how to do this?

Example:

from: booking.city.br@org.br

When sending an email the name of the rementente will be "booking city br".

I would just like to book for example in the field sender name

Discussion

  • GedM

    GedM - 2018-09-03

    Hi,
    You can set a name in the From setting in the config file. For example:

    $mail_settings['from'] = 'Booking City Br <admin@mydomain.com>';
    

    Will display the name Booking City Br in the from field of the email. I hope that helps.

     

    Last edit: GedM 2018-09-03
  • Anonymous

    Anonymous - 2018-09-04

    It was just that. thank you so much!