Re: [EXIM] Adding Sender's Name to email

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Mark Seuffert (Pirates)
Fecha:  
A: exim-users
Asunto: Re: [EXIM] Adding Sender's Name to email
Ben Smithurst schrieb am 22 Dec 98, (you wrote):

> sendmail -F "My Name" -f myaddress@??? recipient@???


This does not work if realname contains brackets, IMHO.
For this case only you you need something like:
sendmail -F "\"My Name (private)\"" -f myaddress@??? recipient@???

You don't need to specify the sender here, in Scripts you can also use
a "From:" header (as Joe Moss asked). I prefer this in my CGIs. Maybe you
find further informations in Mat's Script Archive.


-- 
M a r k   S e u f f e r t                             captain@???
Pirates Communication                              http://www.pirate.de


--
*** Exim information can be found at http://www.exim.org/ ***