Re: [Exim] Entering a name in From: header

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Richard Gration
Data:  
Para: exim-users
Assunto: Re: [Exim] Entering a name in From: header
Scott Pickett wrote:
> I want my email to show that it came from "Pickett",
> so I'm sending in the following:
>
> MAIL From: Pickett <scottpick@???>


You've got the solution right here! Just use the quotes ie

MAIL FROM: "Pickett" <scottpick@???>

Rich