in reply to Re: NET::SMTP help
in thread NET::SMTP help

well the thing is I have to specify a port because my smtp port is not 25 which is why I'm using net:smtp instead of email::send I didn't think I had to escape the @ in blah@blah.com since I'm reading in a config file which populates the $cfg->{}->{} When I'm debugging the program the program variables appear correct. I'll try escaping the e-mail address nonetheless and see what happens

Replies are listed 'Best First'.
Re^3: NET::SMTP help
by chas (Priest) on Mar 10, 2005 at 13:08 UTC
    It depends..."blah@blah.com" is likely to be problematical due to interpolation of @blah.
    chas