Which Perl module would you recommend for sending and getting e-mail?

后端 未结 4 701
猫巷女王i
猫巷女王i 2021-02-08 01:25

I am searching a Perl module to write (SMTP) and read (IMAP) e-mails. Which module out of the bunch would you suggest?

4条回答
  •  攒了一身酷
    2021-02-08 02:06

    MIME::Lite is the most widely used and stable module around for sending e-mails. It supports sendmail and SMTP sending methods.

    For IMAP, it depends on how low-level your needs are, but Net::IMAP::Client is simple to use and should suit most needs.

提交回复
热议问题