Search found 6 matches
- Thu Jul 03, 2008 12:26 pm
- Forum: Using OpenEMM
- Topic: Performance of e-mail sending
- Replies: 21
- Views: 41640
OpenEMM 5.5
I read OpenEMM doesn't need sendmail anymore in version 5.5 ... has anyone experience if the performance is now acceptable or on the level of the old 5.4 version?
- Wed Apr 02, 2008 8:51 am
- Forum: Using OpenEMM
- Topic: Performance of e-mail sending
- Replies: 21
- Views: 41640
performance of sendmail is very poor
I tested openemm with a recipient list with a size of 280k. Our old newsletter system sends our 280k emails in about 12 to 13 hours. I thought this is a poor performance, but the test with openemm was about 30000 email in 11 hours. Very strange ... our old newsletter system works with postfix ... se...
- Mon Mar 31, 2008 9:02 am
- Forum: Using OpenEMM
- Topic: problem with & in link url
- Replies: 2
- Views: 6752
workaround
I wrote a little script in PHP to work around this "bug"! For everyone who has the same problem ... this is the code: <html> <head> <title>OpenEMM Redirection URL Korrektur © by Dennis Möller</title> <meta http-equiv="content-type" content="text/html; chars...
- Sun Mar 30, 2008 10:21 am
- Forum: Using OpenEMM
- Topic: problem with & in link url
- Replies: 2
- Views: 6752
problem with & in link url
I want to send a utf8/xhtml mailing with openemm. Links inside the mailing have some parameters attached with an "&" as it is standard in utf8/xhtml. Using these links in a browser works fine, because the browser replaces the "&" with "&". I have a problem t...
- Fri Mar 28, 2008 9:17 am
- Forum: Using OpenEMM
- Topic: subscribe via PHP:curl
- Replies: 2
- Views: 10830
found the solution
The solution was corecting a failure in the postdata variable ... there was a "=" missing!!
- Fri Mar 28, 2008 9:04 am
- Forum: Using OpenEMM
- Topic: subscribe via PHP:curl
- Replies: 2
- Views: 10830
subscribe via PHP:curl
I have a huge problem in implementing the subscribtion form on our website. Our website is fully SSL protected, so transfering the users data from the subscribtion form to an uncrypted server (our OpenEMM-server) results in a warning message from the internet-browser. To workaround this warning I wa...