Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^7: Authenticate email

by Happy-the-monk (Canon)
on Mar 04, 2015 at 20:53 UTC ( [id://1118795]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Authenticate email
in thread Authenticate email

I am ever so grateful for you kind souls attempting to help me.

Attempting is the word. Without the code, what can I try to say?

You could search your code for the word "auth". If you find that, maybe you are near.

If you don't find it, you may find a ... = Net::SMTP->new . . . somewhere, and look at what it says on the left hand side of the "=".

You may remember it from the documentation, where it says $smtp = Net::SMTP->new . . ., so let's assume it does say $smtp .

You may then add a new line below that one that goes $smtp->auth( "USERNAME", "PASSWORD" ); and replace USERNAME and PASSWORD with the real ones. Check if it does any good.

If it works the way you expect, worry some about your secrets now residing on the remote webserver and if that means, other people with access to that server can now also use your email server...

Cheers, Sören

Créateur des bugs mobiles - let loose once, run everywhere.
(hooked on the Perl Programming language)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-20 04:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found