Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: How to send mail from Perl/Tk Program?

by Corion (Patriarch)
on Apr 10, 2007 at 13:15 UTC ( [id://609132]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to send mail from Perl/Tk Program?
in thread How to send mail from Perl/Tk Program?

Maybe you want to change how messages are sent?

You will still need a working SMTP server that is willing to accept your email - most likely your ISP provides one for you.

Replies are listed 'Best First'.
Re^4: How to send mail from Perl/Tk Program?
by mikasue (Friar) on Apr 10, 2007 at 13:19 UTC
    I thought about this Corion. But I want this to work on other users machines. I dont' want to hardcode my SMTP server in my program and then it doesn't work for another user.

    Any suggestions on making smtp universal to all my users?

      If you don't want to hardcode it, make it configurable for your users. You can also look up the MX record of the domain of the intended recipient and deliver the mail there. But delivering mail is a harder problem than you might think, because of Greylisting and firewalls and other stuff. So I think it's best to leave that up to the user.

        Perhaps you could set the default value of your configurable option to the MX record of the sender address. That should work fine in many cases, I guess.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-03-19 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found