This is a discussion on "Off the Shelf" PHP email marketing tool. within the PHP Language forums, part of the PHP Programming Forums category; Has anyone used oemPro? It's made by Octeth. http://www.oemp.com/ I'd like to find a PHP ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Has anyone used oemPro? It's made by Octeth. http://www.oemp.com/
I'd like to find a PHP email marketing tool that can manage a large opt-in email list, and can handle server bounces by deleting bad emails. Can anyone recommend this product or something else. Sincere thanks. Matt |
|
|||
|
Hello,
On 01/26/2004 02:50 PM, van wrote: > I'd like to find a PHP email marketing tool that can manage a large opt-in > email list, and can handle server bounces by deleting bad emails. > > Can anyone recommend this product or something else. Ezmlm. This is the same mailing list manager that used by PHP.net . http://www.ezmlm.org/ -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ MetaL - XML based meta-programming language http://www.meta-language.net/ |
|
|||
|
Manuel Lemos wrote:
> Hello, > > On 01/26/2004 02:50 PM, van wrote: >> I'd like to find a PHP email marketing tool that can manage a large >> opt-in email list, and can handle server bounces by deleting bad emails. >> >> Can anyone recommend this product or something else. > > Ezmlm. This is the same mailing list manager that used by PHP.net . > > http://www.ezmlm.org/ > > grepmail can be used to extract genuine replies from the noise of bounce messages. very handy tool. |