Receiving/Sending mail with "name <email@dns.com>"

lordscarlet@idledreams.net lordscarlet@idledreams.net
Mon, 12 Feb 2001 14:25:09 -0500


Ok.. I can now send TO an address of the format "name <email@dns.com>" by 
changing:

$conf['mailer']['type'] = 'Sendmail';

to:

$conf['mailer']['type'] = 'SMTP';

but it still won't let me send FROM an address specified like that..

doug.