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

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

by mikasue (Friar)
on Apr 10, 2007 at 13:19 UTC ( [id://609135]=note: print w/replies, xml ) Need Help??


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

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?

Replies are listed 'Best First'.
Re^5: How to send mail from Perl/Tk Program?
by Corion (Patriarch) on Apr 10, 2007 at 13:21 UTC

    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://609135]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-03-28 15:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found