|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: SMTP client.by ZZamboni (Curate) |
| on Jun 26, 2000 at 15:20 UTC ( [id://19857]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
You could try looking at both Mail::Internet and Mail::Mailer.
The latter allows sending mail using different methods, may be
what you want. The former allows composing and manipulating
mail messages, including parsing from a string, so you could
parse your existing string to extract the corresponding headers.
Although if you are building the message in the first place,
you may already have them handy.
--ZZamboni
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||