in reply to Authenticate email

I was provided a script ... You can use Net/SMTP.pm module. ... Please check for the email module. Could someone provide me with an example string ... Is there a specific place within the script that it needs to be?

Trying to find out, what it is you are looking for. "IPOWER's UNIX platform" is something I had not heard before, ever.

I followed the link you provided and found "Net/SMTP.pm" mentioned there. Maybe you will have to install it if you haven't done it yet.

If you need documentation for Net::SMTP, it has an auth method for authentication, maybe that is helpful.

Otherwise, judging from your post, everything should be done in your script already. As I don't know said script, I cannot divine what else needs to be told. (Authentication should be done early, probably...)

Cheers, Sören

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

Replies are listed 'Best First'.
Re^2: Authenticate email
by dylinn (Novice) on Mar 06, 2015 at 15:38 UTC

    Just wanted to say thanks again for the help. Rereading this thread, I think I may have let my frustration at this whole situation seep through. I apologize. It was not frustration at you kind people. I hope I didn't offend anyone.

    ~Diana

      Thanks for the thanks. And no offense taken: frustration at obstacles is not unknown to me.

      Cheers, Sören

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