Django EmailField and full email address with first and last name
        Posted  
        
            by krys
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by krys
        
        
        
        Published on 2010-03-20T22:07:09Z
        Indexed on 
            2010/03/20
            22:11 UTC
        
        
        Read the original article
        Hit count: 253
        
I would like to use the EmailField in a form. However, instead of only storing
[email protected]
I want to store
"ACME Support" <[email protected]>
The reason is, that when I send email, I would like a "friendly name" to appear. Can this be done?
© Stack Overflow or respective owner