Search found 46 matches
- Fri Oct 03, 2014 4:22 pm
- Forum: OpenEMM Contributions
- Topic: Amazon SES delivery
- Replies: 11
- Views: 41819
Re: Amazon SES delivery
Not sure how much interest is here, but I just got my code back! I've got to sort it all out since it's old (2 years or so and OpenEMM has changed) and I've got other changes too which probably aren't for the community. I haven't yet looked at what I've gotten to see if it's got version history... I...
- Fri Oct 03, 2014 4:18 pm
- Forum: Installation & Upgrades
- Topic: Custom email delivery mod
- Replies: 1
- Views: 5004
Re: Custom email delivery mod
I've got code that does exactly this (as well as Amazon SES). I just got it back so I can share it out.
It's old - and likely not compatible with the latest releases. It'll take me some time to figure this out.
Along with this code, I refactored the mail delivery (no C code).
-Howie
It's old - and likely not compatible with the latest releases. It'll take me some time to figure this out.
Along with this code, I refactored the mail delivery (no C code).
-Howie
- Tue May 21, 2013 1:42 am
- Forum: OpenEMM Contributions
- Topic: Amazon SES delivery
- Replies: 11
- Views: 41819
Re: Amazon SES delivery
I got your message. I haven't worked on this project in about a year since my employer cancelled the project and wouldn't let me share back the code since it was IP. I'd be happy to answer any questions regarding my implementation (which was based on 2011 code), but as I mentioned, haven't done anyt...
- Fri May 04, 2012 6:03 pm
- Forum: Using OpenEMM
- Topic: Html parts are empty
- Replies: 4
- Views: 5488
Re: Html parts are empty
Had to ask the obvious, sorry. We are replacing the OpenEMM message building with our own so that we can directly take advantage of SMTP and/or SES instead of the local sendmail server. Wanted to reply so you didn't feel hanging - but I've got no solution. When we originally started, I had no issues...
- Thu May 03, 2012 9:02 pm
- Forum: Installation & Upgrades
- Topic: my-company.de redirection problem
- Replies: 3
- Views: 5788
Re: my-company.de redirection problem
There might be an [agn....] tag that you could use in the template to use the correct domain programmatically. If not, there should be one 

- Thu May 03, 2012 9:00 pm
- Forum: Using OpenEMM
- Topic: Html parts are empty
- Replies: 4
- Views: 5488
Re: Html parts are empty
You sure your user is signed up for HTML emails?
- Thu May 03, 2012 8:58 pm
- Forum: Development
- Topic: 2012 and Blacklist import
- Replies: 5
- Views: 10225
Re: 2012 and Blacklist import
Looking at it - it appears the answer is yes. inside the "import profile" you can specify to target the users to the blacklist.
- Wed May 02, 2012 7:21 pm
- Forum: Development
- Topic: 2012 Pre-release topics
- Replies: 7
- Views: 13337
Re: 2012 Pre-release topics
I have reproduced it. The update script gives the data truncation error ONLY on Windows - but not Linux. For some testing I was doing - since I only have 2 PCs - I was hoping to do this testing on Windows. * Edit - got it working on windows. Did an update on an openemm_test database and then dumped ...
- Tue May 01, 2012 7:48 pm
- Forum: Development
- Topic: 2012 Pre-release topics
- Replies: 7
- Views: 13337
Re: 2012 Pre-release topics
Awesome. I will try again to see.
Thanks for following up.
Thanks for following up.
- Mon Apr 30, 2012 3:03 pm
- Forum: Development
- Topic: 2012 Pre-release topics
- Replies: 7
- Views: 13337
Re: 2012 Pre-release topics
The double initialization is caused by the configuration in the server-level web.xml: <Context docBase="openemm" path="" reloadable="true" /> This, obviously, tells the server to load OpenEMM as the root application... Causing the double-load. either OpenEMM should be m...
- Fri Apr 20, 2012 10:02 pm
- Forum: Development
- Topic: 2012 Pre-release topics
- Replies: 7
- Views: 13337
Re: 2012 Pre-release topics
Awesome, thank you. Also, we are noticing that Spring initializes doubly (with 2011, anyway).... We see 2 lines for "Initializing Spring root WebApplicationContext" every time we start up. We've detected that it is loading everything twice.... Looking into it - we find that propertyConfigu...
- Wed Apr 18, 2012 4:02 pm
- Forum: Development
- Topic: 2012 Pre-release topics
- Replies: 7
- Views: 13337
2012 Pre-release topics
I created this so we can vocalize back to OpenEMM any problems we find in the source distributions. I'll start it off with: 1. I noticed that in the JARs, 2 versions of aspectjrt are included. The old 1.2.1 and the updated 1.5.4. 2. The UPDATE.txt file says to run: mysql -u root -p openemm_cms < /ho...
- Mon Apr 16, 2012 9:41 pm
- Forum: Using OpenEMM
- Topic: Memory leak problem?
- Replies: 4
- Views: 5991
Re: Memory leak problem?
Perhaps begin by debugging the code that does the email generation. If I recall correctly, the code generates XML for all emails at the same time... The logic might currently pull down the entire list of 2M users and then begin processing - which could be a problem. You could examine that code... Ma...
- Mon Apr 16, 2012 9:00 pm
- Forum: Bounce Management
- Topic: How to send Bounce mails to different domain
- Replies: 0
- Views: 8125
Re: How to send Bounce mails to different domain
We're (roped in another guy at work to help out) currently working on code to poll for bounces from email addresses (amongst other things). Nowhere near completed, but, initially, at least we're leveraging: http://javaclue.blogspot.com/2009/09/detect-bounced-emails-part-1.html to parse out bounces.....
- Thu Apr 05, 2012 7:44 pm
- Forum: Using OpenEMM
- Topic: Memory leak problem?
- Replies: 4
- Views: 5991
Re: Memory leak problem?
Java has standard parameters on the JVM (which you can specify in the openemm.sh script):
There are lots of articles like this one:
http://javarevisited.blogspot.com/2011/ ... e-jvm.html
There are lots of articles like this one:
http://javarevisited.blogspot.com/2011/ ... e-jvm.html