Search found 132 matches

by jim_frey
Mon Feb 05, 2007 3:48 pm
Forum: Installation & Upgrades
Topic: who can recommend good hosting?
Replies: 22
Views: 42516

The problem might be with permissions - you won't need batches, the application is very light on the machine.
by jim_frey
Sun Feb 04, 2007 4:19 pm
Forum: Installation & Upgrades
Topic: who can recommend good hosting?
Replies: 22
Views: 42516

I think the email rate depends on the server you're on and how much of the hardware you're allowed to use on it if you're a virtual user. I haven't used OpenEMM on a virtual hosting account so I'm not the best one to answer the question. I really don't know if you'll be able to use OpenEMM on a $16 ...
by jim_frey
Sat Feb 03, 2007 4:28 pm
Forum: Using OpenEMM
Topic: [un] subscribe???
Replies: 4
Views: 6938

I should say, for that opt out link to work you need to go over the directions in the manual to make the Opt Out Question.
by jim_frey
Sat Feb 03, 2007 4:26 pm
Forum: Using OpenEMM
Topic: Possible to set Scheduled Batches of emails with pauses?
Replies: 3
Views: 6015

More on hosting here --
http://www.openemm.org/forums/ftopic116.html

I gave up with hosting my own servers years ago. It's just not worth when you can get a dedicated machine for under $100 that's on a strong pipe to the Internet with power backups, etc etc.
by jim_frey
Sat Feb 03, 2007 4:17 pm
Forum: Installation & Upgrades
Topic: who can recommend good hosting?
Replies: 22
Views: 42516

I'm sending about 17k emails a day from this set up and the server doesn't seem to have a problem. You may want to read this thread -- http://www.openemm.org/forums/ftopic37.html Control Panel-Webmin (I really didn't use Webmin much, but it's on the server) IP Space-1 IP Address Memory-1 GB Monthly ...
by jim_frey
Sat Feb 03, 2007 1:24 am
Forum: Using OpenEMM
Topic: Possible to set Scheduled Batches of emails with pauses?
Replies: 3
Views: 6015

I'm sending out 17k emails a day from a cheap server. You don't have to batch anything, the application queues the emails up and sends them out without overloading the server. I really don't know all the code involved here though. Honestly I just started it up, kicked out a few thousand emails and e...
by jim_frey
Sat Feb 03, 2007 1:20 am
Forum: Using OpenEMM
Topic: [un] subscribe???
Replies: 4
Views: 6938

You can take a look at www.duncecapjokes.com to see what I have up there now. That allows people to subscribe and then I have an unsubscribe link in the email that I send out. What I have there is a very simple example. You have to link the html subscribe form on the web page to the form you create ...
by jim_frey
Sat Feb 03, 2007 1:12 am
Forum: Installation & Upgrades
Topic: who can recommend good hosting?
Replies: 22
Views: 42516

I don't know if virtual hosting will work. I send about 17K emails a day and that keeps a (cheap) dedicated machine busy all day every day.
by jim_frey
Tue Jan 30, 2007 11:09 pm
Forum: Bounce Management
Topic: Bouce filters and reply to addresses
Replies: 1
Views: 7903

The message sender should be the ext_1@ address, then in the application you specify where ext_1@ address forwards to.
by jim_frey
Sun Jan 28, 2007 4:53 pm
Forum: Bugs, bug fixes & releases
Topic: Error Message
Replies: 1
Views: 6729

Error Message

Well I had the application send out a few hundred thousand emails without a problem. I got this error message today though --- I rebooted and everything works fine again ------------------------- Ein Fehler ist aufgetreten Ursache: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: o...
by jim_frey
Fri Jan 26, 2007 11:19 pm
Forum: Using OpenEMM
Topic: Performance of e-mail sending
Replies: 21
Views: 36972

What's the hardware bottleneck? Can I throw more RAM at it and improve the speed?
by jim_frey
Fri Jan 26, 2007 3:20 pm
Forum: Miscellaneous
Topic: Frequent Crashing
Replies: 15
Views: 52419

Ever since I started sending 17K emails a day to my regular mailing list, the problem went away.
by jim_frey
Fri Jan 26, 2007 3:13 pm
Forum: Using OpenEMM
Topic: Performance of e-mail sending
Replies: 21
Views: 36972

Here's my machine: - Port Speed: 10 Mbit Port - Processor: Athlon XP 2100+ - Memory: 1 GB - Operating System: CentOS 4 I'm sending about 17k emails a day for www.duncecapjokes.com -- The problem I have is that it takes just over 24 hours to send the mailing, and it's suppose to be a "joke of th...
by jim_frey
Wed Jan 24, 2007 9:29 pm
Forum: Using OpenEMM
Topic: Delete binding-information from mailinglist(s)
Replies: 1
Views: 5500

Delete binding-information from mailinglist(s)

When you import a mailing list, what does "Delete binding-information from mailinglist(s)" mean?
by jim_frey
Tue Jan 23, 2007 10:03 pm
Forum: Using OpenEMM
Topic: Nice App - New install tweaked with perl for apache
Replies: 2
Views: 9211

Here's where I'm at with the code for "r" #!/usr/bin/perl -wT # use strict; use CGI qw/:standard/; my $thisenv = $ENV{'QUERY_STRING'}; # Create a user agent object use LWP::UserAgent; $ua = LWP::UserAgent->new; $ua->agent("MyApp/0.1 "); # Create a request my $postaddy = 'http://w...