Skip to content
  • Arkadiusz Hiler's avatar
    models.Person: Quote name in email_name() properly · 067f11a2
    Arkadiusz Hiler authored
    
    
    If a person sends out emails with their name using 'Last, First'
    notation, then when we compose email_name() it looks like:
    
    'Last, First <address@email.tld>'
    
    When test results are sent out, the above gets appended directly to the
    recipient fields, resulting in emails being sent to 'Last@localhost' and
    'First <address@email.tld>'.
    
    Let's fix that by always putting the name in the quotes, just like that:
    
    '"Last, First" <address@email.tld>'
    
    Signed-off-by: default avatarArkadiusz Hiler <arkadiusz.hiler@intel.com>
    067f11a2