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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Richard Gration
Fecha:  
A: exim-users
Asunto: 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