Show
Ignore:
Timestamp:
08/28/10 22:40:03 (21 months ago)
Author:
Antti-Juhani Kaijanaho <antti-juhani@…>
Children:
e044cc70b8bbba183fdf396ddbc00b2407eb5bea
Parents:
28939ac15506b95f59142a06b7d6794a801f8198
git-committer:
Antti-Juhani Kaijanaho <antti-juhani@…> (08/28/10 22:40:03)
Message:

Make Alue self-identity in emails configurable

Fixes #52

Signed-off-by: Antti-Juhani Kaijanaho <antti-juhani@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • http/passwd.cc

    r751fac6 r92c18c1  
    121121                std::string ton = u->get_display_name(); 
    122122                std::string to = u->get_delivery_email(); 
    123                 std::string from = std::string("Alue <") + 
     123                std::string from =  
     124                        config["alue-name"].as<std::string>() + 
     125                        " <" + 
    124126                        config["operator-email"].as<std::string>() + 
    125127                        ">";