Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Send email without using SMTP server

by fmerges (Chaplain)
on Nov 13, 2008 at 12:18 UTC ( [id://723426]=note: print w/replies, xml ) Need Help??


in reply to Send email without using SMTP server

Hi,

Your problems look more like you don't have installed any MTA on your system, do you?

Read the docs of the module, you can provide the option of the SMTP server you gonna use like:

my %mail = ( To => 'tom@xyz.com', From => 'jerry@xyz.com', Message => "This is a very short message", smtp => 'smtp.xyz.com', );

Another module I could recommend is Mail::Mailer.

Regards,

fmerges at irc.freenode.net

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-23 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found