Advertisement:

Author Topic: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)  (Read 33472 times)

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [PLUGIN] Osclass Mail version 1.1 (works with Osclass 3.x)
« Reply #30 on: August 23, 2013, 03:03:28 pm »
I just tried with 3.02. and it does not send any emails. How to debug?

Strange... apart form TinyMCE, this plugin doesn't need any external resource to work (Javascript that could produce conflicts with other scripts/plugins). It just makes use of the default Osclass mail system, so if your normal alerts, registering, validation mails, etc do work, this should work too. ???
 
Anyway, check your PHP error log to see if there is something related there:

http://doc.osclass.org/Debug_PHP_errors

Quote
Also... is there a way to set interval between sent mail? Like send to 1 person, then after a minute send to the next, etc.
When I clicked to send email, it said that mails were sent. All of them? At once? What if I have thousands of users?

If you have thousands of users, don't use this plugin yet... :D

ToDo:

- Use of keywords to customize mails.
- Premade templates.
- Throttling mechanism when sending a whole lot of mails at once.


Not an easy task to implement such a throttling mechanism, I don't plan to get it ready any time soon.

Now some news: today or tomorrow I'll post version 1.2, keywords, destinataries selection (users, admin/s or both) and another minor change.

Regards

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #31 on: August 24, 2013, 08:51:33 pm »
Hi :)

As promised, new revision of this plugin.

Version 1.2

- Use of keywords to customize mails.
- Mail to users, admin/s or both (for testing purposes)

I've included in the file latest TinyMCE to compose mails, so the file is bigger than the limit allowed for attachments in the forum. To avoid confusions when splitted in two files, please download from this address:

http://178.79.146.32/osclassmail/osclassmail_v1.2.zip

The throttling thing will have to wait for a while.  ???

Best regards

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #32 on: August 27, 2013, 08:28:16 pm »
Shameless bump :D because I posted this during the weekend and the number of downloads seems quite low to me... ???

Regards

zombie

  • Sr. Member
  • ****
  • Posts: 376
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #33 on: August 27, 2013, 09:08:30 pm »
I have downloaded it. Have not tested, yet. Will test on site with ~500 users to see how badass this plugin is. Do you have ideas for throttling mechanism already? Let's write it together, if you want.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #34 on: August 27, 2013, 09:27:30 pm »
Weel zombie, that would be great, because lately I have less and less free time... :(

Looking for solutions out there, I landed here, maybe something like that would be the way, to solve this and even to expand the plugin in the future... ???

http://stackoverflow.com/questions/6451429/throttling-outgoing-email-using-php-code

Regards

zombie

  • Sr. Member
  • ****
  • Posts: 376
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #35 on: August 27, 2013, 10:03:28 pm »
kk, dude.. I will check these swift mailer and milter-limit things when i got some time ;)
I don't have much time myself, either.
« Last Edit: August 27, 2013, 10:05:15 pm by zombie »

ozclassifieds

  • Jr. Member
  • **
  • Posts: 64
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #36 on: August 28, 2013, 06:31:17 am »
I am going to try this plugin in my site now.

3.1.2 running modified bender theme

creat15

  • Full Member
  • ***
  • Posts: 218
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #37 on: August 28, 2013, 10:07:05 pm »
hi :)

i try your new plugin Osclass Mail version 1.2 its work  ;D

but when the message is sent to all users, loading page Osclass Mail plugin version 1.2 is too long,  :'(

This plugin does not overload the server hosting performance?

I try to stop work osclass Mail plugin version 1.2 but the plugin is still way up all the sent messages (what if the user has more than 500 users? server plugin website is definitely down because of work too long)
« Last Edit: August 28, 2013, 10:14:22 pm by creat15 »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #38 on: August 28, 2013, 11:02:18 pm »
The plugin itself won't overload anything, its code is quite simple... :D What might bother your hosting is you trying to send 500 mails at once... :D Anyway, they use to put some kind of limit (mostly to stop spammers using their server) and their mail server software should take care automatically of sending the quota assigned to you, then put the rest on queue to send them one hour later, or some such mechanism.

But if you're finding something wrong, refrain from using this plugin until some kind of throttling mechanism be implemented.

Reagrds



serjuc11111

  • Hero Member
  • *****
  • Posts: 814
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #39 on: January 27, 2014, 12:28:20 pm »
can some gentelmen to upload both version,i read that need to upload both !
which one should we install?
Or we need to install both?

* osclassmail_v1.1-part1.zip where to find this version?
* osclassmail_v1.1-part2.zip founde on forums!
i installed v1.1-part2.zip but is not working!emails not send!

we need to install part 1 and then part 2 or...upload to server folder content of part1 and then upload the folder content of part 2?
txh for your support!
« Last Edit: January 27, 2014, 12:37:59 pm by serjuc11111 »

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #40 on: January 27, 2014, 01:05:24 pm »
Hi serjuc11111,

there are no 2 parts anymore, only single zip archive. In the past there were 2 split zip archives probably due the forum limitation of uploaded file sizes, now in the first post you have a direct link to the latest version 1.2

Regards

serjuc11111

  • Hero Member
  • *****
  • Posts: 814
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #41 on: January 29, 2014, 12:52:39 pm »
i deinstalled old version,install again latest osclass mail !is not working,no email are send!I asking my hosting provider,they told me that maybe is a problem with this plugins,all settings are ok from there!
the same problem with warn_expiration ! after my check there is no conflict plugins,not hosting provider wrong seetings!

all the rest email notification are working fine,(alert,validation etc) only 2 left with problem!
debug and error log don't tell me nothing about this !:(

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #42 on: January 29, 2014, 01:35:45 pm »
Hi,

What version of Osclass are you running?

Regards

serjuc11111

  • Hero Member
  • *****
  • Posts: 814
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #43 on: January 29, 2014, 01:37:10 pm »
latest version...3.3.2

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: [PLUGIN] Osclass Mail version 1.2 (works with Osclass 3.x)
« Reply #44 on: January 29, 2014, 03:00:36 pm »
Unfortunately, my time if so limited lately that I'm still working with 3.1.2 :D Maybe the plugin isn't compatible anymore. Someone reading this and using recent Osclass versions may tell us if he/she is experiencing same problems? ???

Regards