Thanks a lot for your quick response.

Maybe offtopic a little bit : is it also possible to do that with JavaMail API (something like addHeader("From","foo")) ?

Phil

Stefano Bagnara wrote:
What you see in the POP3 client is probably what it's written in the From: header.

The from header has the following syntax:

From: Name <[EMAIL PROTECTED]>

The "Name" part is optional and could be enclosed in double quotes (when it contains special chars).

If you what to change that you have to write your own mailet and rewrite the From: header as you need.

Stefano

philguillard wrote:

Is it possible to define a "name" for a user ?
I mean i'd like to add user "[EMAIL PROTECTED]" and see the name "foo" as the from field in POP3 clients. Hope this question makes sence, i don't see that possibility with the user manager since user alias is another thing.

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to