By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!> I guess there is no way to specify the TO's name in the SENDMAIL command?
sendmail "Vincent E. Fatica <[email protected]>" test hello!
On Sat, 20 Aug 2011 14:35:20 -0400, Charles G <> wrote:
|I know about the TO's address but I was asking about the TO's name......
This just worked:
Code:sendmail "Vincent E. Fatica <[email protected]>" test hello!
But the forum screwed it up by removine some text. Inside SENDMAIL's address was
"Vincent E. Fatica [lessthan][email protected][greaterthan]"
To: "Vincent E. Fatica" [LT][email protected][GT]
RCPT TO:[LT][email protected][GT]
> I know about the TO's address but I was asking about the TO's name......
> I looked at the CHM for v8 and v13, under sendmail. The passing of the
> recpient isn't documented