On 10/07/17 06:48, ToddAndMargo wrote: > Hi Timo, > > I don't understand. How do you sent this to Net::SMTP? > Where is the SMTP server's address and user name? In > Net::SMTP by chance? > > I have successfully used Net::SMTP before, but I don't get what you > are saying. > > I am confused. :'( > > -T >
You open a connection to an SMTP server and then use this method on the Net::SMTP object (in simple mode): > * > > |send($message, :$keep-going)| > > Attempts to extract from and to information from the email headers > (using Email::Simple), and then calls the above send method. > > Note that if you pass a Email::Simple or Email::MIME object, this > method will not create a new Email::Simple, it will just use what > you pass. >