If what you want is that sqwebmail display something like
FirstName LastName <[EMAIL PROTECTED]>
in the From: line, than you could use my aproach:
-when adding an email account I do something like this:
cd ~vpopmail/bin
./vadduser [EMAIL PROTECTED] -c "FirstName LastName"
[userpassword]
and then, when composing a message using sqwebmail,
in the from line you will have something like
FirstName LastName <[EMAIL PROTECTED]>
You can use ./vmoduser if your user already exists.
regards,
Valentin Ionescu
----- Original Message ----- From: "Kamesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 11 August, 2003 15:10
Subject: [sqwebmail] How to set display name while using sqwebmail??
How to set display name while using sqwebmail??
if my email id is [EMAIL PROTECTED], then the display name is going as abc.
how do i make it to DEF etc while using sqwebmail.
regards,
kamesh
Or, if you are not using vpopmail then just the new info below to the "sqwebmial-config" file in the user's Maildir directory.
File was:
SORT=D PAGESIZE=20 AUTOPURGE=7 NOFLOWEDTEXT=0 NOARCHIVE=0 STARTOFWEEK=0
Add this to end of above line:
FROM="First+20Last+20Name"+20<[EMAIL PROTECTED]>
Hope this helps,
George
