Hi All,
I don't find "Show parameters for throttling of delivery speed" in section of mailing user rights settings list.
how to enable this parameter due to which i am not able change Blocksize and Stepping.
I cannot find a reference to this in the docs.
Thanks, in advance
Regards,
Ramesh
Parameters for throtlling
Moderator: moderator
Re: Parameters for throtlling
Hi Maschoff,
I am using OpenEMM-2011.
Regards,
Ramesh
I am using OpenEMM-2011.
Regards,
Ramesh
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Parameters for throtlling
This feature is included in OpenEMM 2011. Go to menu Administration -> menu item User -> select your admin user -> tab User rights -> expand section Mailing -> check box "Show parameters for throttling of delivery speed".
If this feature is not visible your account is missing the permission "mailing.send.admin.options". You can set this permission manually in the database. If you want to set it globally for all accounts use
If this feature is not visible your account is missing the permission "mailing.send.admin.options". You can set this permission manually in the database. If you want to set it globally for all accounts use
Code: Select all
INSERT INTO `admin_group_permission_tbl` (`admin_group_id`, `security_token`) VALUES (4, 'mailing.send.admin.options');
OpenEMM Maintainer
Re: Parameters for throtlling
Hi Maschoff,
Feature is not visible, so i set permission manually globally for all accounts in data base, now admin_group_permission_tbl shows mailing.send.admin.options, after restarting mysql and openemm service, still this feature is not visible in user rights.
Anything i need to do, to enable this feature.
Regards,
Ramesh
Feature is not visible, so i set permission manually globally for all accounts in data base, now admin_group_permission_tbl shows mailing.send.admin.options, after restarting mysql and openemm service, still this feature is not visible in user rights.
Anything i need to do, to enable this feature.
Regards,
Ramesh
Re: Parameters for throtlling
Hi Maschoff,
Feature is visible now by adding following...
INSERT INTO `admin_permission_tbl` (`admin_id`, `security_token`) VALUES (8, 'mailing.send.admin.options');
Thank you very much for your support.
Regards,
Ramesh
Feature is visible now by adding following...
INSERT INTO `admin_permission_tbl` (`admin_id`, `security_token`) VALUES (8, 'mailing.send.admin.options');
Thank you very much for your support.
Regards,
Ramesh