PDA

View Full Version : E-Cards site



Neverm1nd
July 1st, 2001, 09:41
I'm working on an e-cards site (http://www.rockcards.f2s.com) and I've found a script that mails the complete e-card to the recipient, so there are no e-cards stored on the server (Postcard Direct (http://www.ginini.com/software/postcard-direct/)), but the script needs MIME-Lite to work

Postcard Direct does most of its magic via the MIME::Lite perl module. This module lets you encode any type of messages with MIME encoding which is suitable for emailing.

Does anybody know if F2s support this? And if they don't support this, how can I install it? I don't really get it :p

Grtz,
Nevermind

Dedix
July 2nd, 2001, 00:01
i'm not sure about it but i think that they support it, imho give it a try...:)

lord_andy
July 2nd, 2001, 16:54
I was looking around for mime - lite and I found this:
www.engelschall.com/ar/perldoc/pages/module/MIME::Lite.html

I don't know if it will help you. It seems that it is a part of perl 5 which is supported by the f2s servers.

Good luck with it anyway.

atlas
July 2nd, 2001, 18:07
Whoa.. an alpha release it's using?

You can grab perl modules off CPAN and then put them in your working directory if needed.

-mk