Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

MIME::Lite Relay Denied

by Mercio (Scribe)
on Jul 05, 2004 at 02:55 UTC ( [id://371769]=perlquestion: print w/replies, xml ) Need Help??

Mercio has asked for the wisdom of the Perl Monks concerning the following question:

I am working on a script that will email my cell phone a message. I am able to E-Mail my cell a message when I go directly through my email server on my server with out a perlscript but through a web based email interface. I can't, however, send an email to the cell phone using the perl script without getting the relay denied error with MIME::Lite. I thought this might be a module error so I used various other Email modules such as Net::Mail, Mail::Sendmail and Mail::Mailer and I get the same error from them all. Has anyone ever come accross this problem and was able to fix it, or does anyone know what is wrong?

Replies are listed 'Best First'.
Re: MIME::Lite Relay Denied
by simonm (Vicar) on Jul 05, 2004 at 03:22 UTC
    It sounds like the mail server that is processing your message will not deliver it to the destination address.

    You might have more luck if you ensure that the from address is one that is locally deliverable, or you may be able to use SMTP authorization; consult with your mail server administrator for more information.

Re: MIME::Lite Relay Denied
by Mercio (Scribe) on Jul 05, 2004 at 03:41 UTC
    Allright, I got it all working, THanks for the help

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://371769]
Approved by broquaint
Front-paged by ysth
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-26 00:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found