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

Top Pagina
Delete this message
Reply to this message
Auteur: Richard Gration
Datum:  
Aan: exim-users
Onderwerp: 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