Thread Webapplikation für Empfangen und Senden von eMails (16 answers)
Opened by sman at 2009-08-31 17:30

renee
 2009-08-31 18:58
#125154 #125154
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
You can do it with Perl...

* Get info about mails: CPAN:Mail::POP3Client or CPAN:Net::IMAP::Client. I've used both of them and they work very well.
* To send mails, you have more options: CPAN:Mail::Sender, CPAN:MIME::Lite. I prefer Mail::Sender over MIME::Lite, but that's just personal taste...

For all the CGI and output stuff, I would use CPAN:CGI::Application (as a lightweight Webframework) and CPAN:HTML::Template::Compiled (for templating).
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Webapplikation für Empfangen und Senden von eMails