jonnyfolk has asked for the wisdom of the Perl Monks concerning the following question:
Gives software error:my %mail = ( To => "$address1", Cc => "$email2", From => "$emailfrom", Subject => "$email_subject", Message => "$email_mess", ); sendmail(%mail) or die $Mail::Sendmail::error;
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 helpError sending to <me@mine.com> (553 sorry, that domain isn't in my lis +t of allowed rcpthosts (#5.7.1))
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using mail::sendmail recipient not allowed
by sgifford (Prior) on Apr 02, 2006 at 16:06 UTC |