Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Mail::Mailer

by extremely (Priest)
on Nov 08, 2000 at 07:41 UTC ( [id://40468]=note: print w/replies, xml ) Need Help??


in reply to Mail::Mailer

You should put a real address there. =) If the word is real important, try making up an address with name and letting the important word (e.g. testing) be the "name" of the user. Make your MTA happy and your MTA will still drive you nuts... but at least you'll be doing it correctly!
$mailer->open({ From => "$from <root\@place.dom>", To => $to, Subject => $subject, }); ## or $mailer->open({ From => "$from <$from\@place.dom>", To => $to, Subject => $subject, });

--
$you = new YOU;
honk() if $you->love(perl)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://40468]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (1)
As of 2024-04-25 19:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found