Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Mail::Mailer Question

by vagnerr (Prior)
on Feb 21, 2002 at 09:25 UTC ( [id://146723]=note: print w/replies, xml ) Need Help??


in reply to Mail::Mailer Question

Congrats on fixing it yourself via other routes.
Another thing to possibly look at is that you seem to have a typo in you example code
$form_address = "newsletter\@freshnews.com";
Verses
From => $from_address,
You have form and from so it may have been due to the fact that you had an undefined reference use strict; and perl -w would pick this up for you :-)

---If it doesn't fit use a bigger hammer

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-29 12:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found