Using mail::sendmail recipient not allowed
jonnyfolk
created: 2006-04-02 10:27:06
Hi,
   my %mail = ( To      => "$address1",
               Cc      =>  "$email2",
           From    => "$emailfrom",
            Subject    => "$email_subject",
            Message => "$email_mess",
           );

  sendmail(%mail) or die $Mail::Sendmail::error;
Gives software error:
Error sending to  (553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1))
could anyone tell me why that shows up and what I can do about it. (script is run on shared hosting, no root access...) thanks for your help
Re: Using mail::sendmail recipient not allowed
created: 2006-04-02 12:06:52
That's an error from qmail indicating you don't have permission to relay. You'll have to talk to your hosting provider; probably they have some mail interface they require you to use to stop formmail spamming.

perlmonks.org content © perlmonks.org and jonnyfolk, sgifford

prlmnks.org © 2006 edmund von der burg (eccles & toad)

v 0.03