You can define a personal name string that is included at the
    top of the mail messages you send. To create a personal name with
    SMTP mail, use the SET PERSONAL_NAME command. Note the following
    restrictions:
    o  Enclose the string in double quotation marks.
    o  Do not use additional double quotation marks within the
       string.
    o  You can use single quotation marks ( ' ' ) within the personal
       name.
    o  Do not use 8-bit ASCII characters (for example, ä or ö).
       The eighth bit is truncated. For example, ä becomes d and ö
       becomes v.
    The following commmand sets a personal name that includes
    quotation marks:
    $ MAIL
    MAIL> SET PERSONAL_NAME "'Wealth' is in the mind"