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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Richard Gration
日付:  
To: exim-users
題目: 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