Home > Archive > PERL Beginners > October 2006 > Mail
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| chrirama 2006-09-30, 6:58 pm |
| Hello everybody,
I search the best module to send a text file via my corporate mail.
Due to the security on the mailserver (ESMTP).
I need authentication with username and password.
The mail will travel between distinct domains.
It'll work on W2K or XP with Activestate Perl last version.
Thanks in advance.
| |
| energy.keeper@gmail.com 2006-09-30, 9:59 pm |
| http://search.cpan.org/~markov/Mail.../Mail/Mailer.pm
:-)
chrirama wrote:
> Hello everybody,
>
> I search the best module to send a text file via my corporate mail.
> Due to the security on the mailserver (ESMTP).
> I need authentication with username and password.
> The mail will travel between distinct domains.
> It'll work on W2K or XP with Activestate Perl last version.
>
> Thanks in advance.
| |
| usenet@DavidFilmer.com 2006-10-01, 3:57 am |
| chrirama wrote:
> I search the best module to send a text file via my corporate mail.
> Due to the security on the mailserver (ESMTP).
> I need authentication with username and password.
Do you mean a textfile as the body of the message, or the textfile as
an attachment? For attachments, consider Mail::Sender:
http://search.cpan.org/~jenda/Mail-....8.13/Sender.pm
--
David Filmer (http://DavidFilmer.com)
| |
| chrirama 2006-10-01, 6:58 pm |
|
usenet@DavidFilmer.com a =E9crit :
> chrirama wrote:
>
> Do you mean a textfile as the body of the message, or the textfile as
> an attachment? For attachments, consider Mail::Sender:
> http://search.cpan.org/~jenda/Mail-....8.13/Sender.pm
>
> --
> David Filmer (http://DavidFilmer.com)
As there is no MTA on my Xp/W2K Mail-Sender seems to be the best
solution, but I encouter a strange problem.
I tried a script from the examples of the documentation with debuging
and everithing works well.
****************************************
***********************************=
******************************[color=dar
kred]
3790.1830 ready at Sun, 1 Oct 2006 21:07:23 +0200
<< EHLO ?????????????????????[color=darkred]
<< AUTH LOGIN[color=darkred]
<< bWlwcw=3D=3D[color=darkred]
<< Z2wxbXMxKCk=3D[color=darkred]
****************************************
***********************************=
******************************
Then I put the same lines of code (copy and paste) at the end of the
script generating the file that I need to send and I receive an error
****************************************
***********************************=
******************************[color=dar
kred]
3790.1830 ready at Sun, 1 Oct 2006 21:05:26 +0200
<< EHLO ?????????????????????
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
[color=darkred]
<< AUTH LOGIN
[color=darkred]
<< quit
****************************************
***********************************=
******************************
|
|
|
|
|