mod_perl POP3/SMTP libraries?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default mod_perl POP3/SMTP libraries?

    Does anyone know if there are any free mod_perl POP3/SMTP libraries.

    I can find the libraries for ActivePerl, but I cannot find the
    documentation for mod_perl.

    Frank Guest

  2. Similar Questions and Discussions

    1. SMTP / POP3 HELP NEEDED
      All: Set up the SMTP Service on a Windows 2003 Standard Edition. Users configured Outlook can send, but will not receive any e-mail, internal...
    2. Problems sending mail with Windows 2003 server's SMTP server (I'm also using the integrated POP3 service)
      Hi, I am setting up POP3 accounts for my users. I am using the POP3 and SMTP services built into Windows 2003 Server Std Edition. My users can...
    3. Net::POP3
      Hi, I am trying to count email messages in the mailbox and read their headers. In case that there are some messages on the POP3 server and they...
    4. Pop3 to SMTP
      Does anybody know of a Perl module / script that can retrieve mail from a POP3 server and forward it to another SMTP system? I currently use...
    5. How to set sendmail SMTP auth and SMTP SSL on Solaris 9 (x86)
      Dear all, Can anybody tell me how to set sendmail SMTP auth and SMTP SSL on Solaris 9(x86). Thanks!
  3. #2

    Default Re: mod_perl POP3/SMTP libraries?

    Frank wrote:
    > Does anyone know if there are any free mod_perl POP3/SMTP libraries.
    >
    > I can find the libraries for ActivePerl, but I cannot find the
    > documentation for mod_perl.
    What makes you think that those modules can't be used under mod_perl?

    --
    Gunnar Hjalmarsson
    Email: [url]http://www.gunnar.cc/cgi-bin/contact.pl[/url]
    Gunnar Hjalmarsson Guest

  4. #3

    Default Re: mod_perl POP3/SMTP libraries?

    I am new to Perl, can I use the ActivePerl modules with mod_perl?

    Frank Guest

  5. #4

    Default Re: mod_perl POP3/SMTP libraries?

    Frank wrote:
    > I am new to Perl, can I use the ActivePerl modules with mod_perl?
    The modules included in the ActivePerl distribution are a selection of
    the CPAN modules, and most of them can be used under mod_perl.

    --
    Gunnar Hjalmarsson
    Email: [url]http://www.gunnar.cc/cgi-bin/contact.pl[/url]
    Gunnar Hjalmarsson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139