PDA

View Full Version : Requesting Ezmlm subscription from Perl script


adjohnson
08-17-2006, 01:51 AM
My client wants to collect more information than just an e-mail address for his ezmlm mailing list. My thought is to create a form which calls my Perl script that will save all the information to a custom database and *then* send ezmlm a request to be added to the mailing list.

SO my question is how do I send that ezmlm request within my Perl script?

Thanks for any help!!!
Amy

Matt
08-17-2006, 04:19 AM
Hi Amy,

Here's the solution using PHP:
http://www.aota.net/forums/showthread.php?t=19201

Basically, you just need to generate a subscription e-mail. -Matt