-
Posts
6,714 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
I was a little surprised to find that this was missing from minPHP as well. Great solution @naja7host We will have to implement something natively sooner or later, will take a look at Tracy. Looking forward to the Github link when it's up, nice work.
-
It depends on your mail server. Generally email is spooled up in your SMTP server, so from Blesta's perspective the emails should go relatively quickly. Then, the MTA makes the necessary connections to each recipients mail server. I'd suggest giving this a try, once you upgrade (Or if possible during beta) to see if you experience any issues. I don't think you will. If you do, sleep() after each message for a little while would slow it down a bit. Not sure if Tyson would recommend it, but it would be the simplest way to rate limit. I'm not convinced there is an absolute need to add a setting for rate limiting.
-
I assigned it to our "short term" bucket.
-
The cron runs every 5 minutes, so on average 2.5 minutes to start. It will email everyone as quickly as possible when it runs. If it crashes, it will pick up where it left off at the next cron run.
-
upgrade from 3.6.0 to v4 didn't add the patch of 3.6.2
Paul replied to Blesta Addons's topic in Bugs
I don't think so. -
upgrade via web , didn't show a succes or redirect to admin dashboard
Paul replied to Blesta Addons's topic in Bugs
From 3.6.0 to 4.0.0-b1? A blank page may indicate an error. Anything in your logs? -
upgrade from 3.6.0 to v4 didn't add the patch of 3.6.2
Paul replied to Blesta Addons's topic in Bugs
It's not required in 4.0. -
Or just strip non-alphanumeric characters when constructing the URL?
-
Do you offer custom Blesta development services? Let us know!
Paul replied to Paul's topic in The Lounge
Great, thanks guys. I'll be taking a look at this shortly. In the meantime, here's the page these are going on to give you an idea. https://www.blesta.com/development/- 19 replies
-
- blesta development
- development
-
(and 4 more)
Tagged with:
-
Yep, only navigation cached.
-
Do you offer custom Blesta development services? Let us know!
Paul replied to Paul's topic in The Lounge
Can you guys both provide 1 or 2 paragraphs of text that explains a bit about your company and what you do? What you specialize at, etc? I will be posting a page shortly, right now it'll just have MG on it, and I'll add you guys when I have some text from you. (Double check grammar/spelling. I reserve the right to tweak it if I want.)- 19 replies
-
- blesta development
- development
-
(and 4 more)
Tagged with:
-
Do you have the GD extension in your PHP? If not, try adding it. Also, try re-adding your logo or background image to your invoice. Does the logo and/or background image appear when trying to open an existing invoice?
-
Services that are cancelled in Blesta cannot be "un-cancelled", so it might make sense to cancel via the API unless I'm missing something.
-
I'm not able to reproduce this on Chrome 53.0.2785.116 on Windows 7. I wonder if it as unique to Chrome on OSX.
-
if($licenceValid) { echo("Yay! A valid licence!"); } else { echo("Arrgh! Hide the rum! Ye might be a pirate!"); } LOL Your code makes me happy.
-
I believe you have to create the ACL for the reseller in WHM first, then you select it in Blesta for the package you are creating.
- 17 replies
-
What was the content of the email in the loop? Was the from address at the same domain? Blesta has a built in loop detection, which should kill loops after 5 or 10 messages automatically.. so, interested in understanding more about this particular issue. Feel free to PM me with more details if you want to keep it private.
-
So it didn't work at all? Not sure what was going on with Exim. Does it work normally for email tickets that have body content?
-
The Mass Mailer will use whatever mailer you're set up for. Does Amazon SES support SMTP? If so, then you can set it up as your SMTP server in Blesta and all mail will go out through it, including Mass Mailer email. There is also an export feature as part of the Mass Mailer, so you can export your data for use in a 3rd party email campaign software like Campaign Monitor, Mailchimp, etc.
-
Can you confirm that CORE-1877 is resolved in 4.0 b1? It shouldn't be possible to get a missing ticket.
-
Glad you like the new look! People should be able to create new and interesting themes as well, as we made some changes to themes to accomplish the clean look.
-
Update looks really great!
-
So does the always run fraud check work currently in beta 1 of v4?
Paul replied to timnboys's topic in The Lounge
What task are you referencing? Do you mean fraud checks for every order, even existing customers? -
That'll probably work best, I've commented on the task. We'll see how that looks.