Thomas Williams wrote: > Thank you all for your help, but it's my fault for forgetting a major piece > of information. > > Not only do I need to send a email with an attachment, through perl, but it > needs to be through a smtp server that required the username and password > sent, before it will allow me to send anything.
You may have a difficult search. My search of RFC821 http://www.ietf.org/rfc/rfc0821.txt?number=821, the standard for SMTP, for "password" and "authenticate" both yielded the message "The text you entered was not found." so also with the outp from perldoc Mail::Sendmail and perldoc Net::SMTP. Are you sure that it is SMTP that you want to use? If so, you may need a module designed for that mail server, or at least the interface specs for it. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]