Prio | Original string | Translation | — |
---|---|---|---|
If you want user interface in your admin area, use <a href="https://shop.milandinic.com/downloads/simple-email-queue-plus/">plus version</a>. | You have to log in to add a translation. | Details | |
Original untranslated
If you want user interface in your admin area, use <a href="https://shop.milandinic.com/downloads/simple-email-queue-plus/">plus version</a>.
You have to log in to edit this translation. Meta |
|||
You can change this limits by using filters from you code. Filter <code>simple_email_queue_max</code> is used to set maximum number of emails that are sent in period. It expects positive integer to be passed. | You have to log in to add a translation. | Details | |
Original untranslated
You can change this limits by using filters from you code. Filter <code>simple_email_queue_max</code> is used to set maximum number of emails that are sent in period. It expects positive integer to be passed.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
This basic free version is only useful for developers that can extend it and use it in their code. If you want to use it in full capacity, consider getting <a href="https://shop.milandinic.com/downloads/simple-email-queue-plus/">plus version</a>. | You have to log in to add a translation. | Details | |
Original untranslated
This basic free version is only useful for developers that can extend it and use it in their code. If you want to use it in full capacity, consider getting <a href="https://shop.milandinic.com/downloads/simple-email-queue-plus/">plus version</a>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<a href="https://milandinic.com/wordpress/plugins/simple-email-queue/">Plugin homepage</a> | <a href="https://milandinic.com/">Plugin author</a> | <a href="https://shop.milandinic.com/downloads/simple-email-queue-plus/">Plus Version</a> | You have to log in to add a translation. | Details | |
Original untranslated
<a href="https://milandinic.com/wordpress/plugins/simple-email-queue/">Plugin homepage</a> | <a href="https://milandinic.com/">Plugin author</a> | <a href="https://shop.milandinic.com/downloads/simple-email-queue-plus/">Plus Version</a>
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Usage | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
And it's on <a href="https://github.com/dimadin/simple-email-queue">GitHub</a>. | You have to log in to add a translation. | Details | |
Original untranslated
And it's on <a href="https://github.com/dimadin/simple-email-queue">GitHub</a>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
To use this limits, you need to use function <code>simple_email_queue_add()</code> instead of built-in function <code>wp_mail()</code>. Both accept same parameters.↵ Emails that are sent using <code>wp_mail()</code> function are not sent using queue and are not counted for limits. If you want that all emails are sent using queue, even those sent using <code>wp_mail()</code> function, use <a href="https://shop.milandinic.com/downloads/simple-email-queue-plus/">plus version</a>. | You have to log in to add a translation. | Details | |
Original untranslated
To use this limits, you need to use function <code>simple_email_queue_add()</code> instead of built-in function <code>wp_mail()</code>. Both accept same parameters.↵
Emails that are sent using <code>wp_mail()</code> function are not sent using queue and are not counted for limits. If you want that all emails are sent using queue, even those sent using <code>wp_mail()</code> function, use <a href="https://shop.milandinic.com/downloads/simple-email-queue-plus/">plus version</a>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Different hosts use different limits. Please consult your host's documentation or support to find this out. | You have to log in to add a translation. | Details | |
Original untranslated
Different hosts use different limits. Please consult your host's documentation or support to find this out.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
To change period length, you can use filter <code>simple_email_queue_interval</code>. It also expects positive integer to be passed but please take care that this number is of seconds, not minutes (for example, if your period is 30 minutes, you would pass <code>1800</code>). | You have to log in to add a translation. | Details | |
Original untranslated
To change period length, you can use filter <code>simple_email_queue_interval</code>. It also expects positive integer to be passed but please take care that this number is of seconds, not minutes (for example, if your period is 30 minutes, you would pass <code>1800</code>).
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
First, you need to set what is maximum number of emails that can be sent in a given period. By default, it sends 10 emails in 6 minutes. This means that if you want to send 15 emails in 6 minutes, only 10 emails are sent while rest 5 emails are put in queue and sent in the next period, after 6th minute has passed. | You have to log in to add a translation. | Details | |
Original untranslated
First, you need to set what is maximum number of emails that can be sent in a given period. By default, it sends 10 emails in 6 minutes. This means that if you want to send 15 emails in 6 minutes, only 10 emails are sent while rest 5 emails are put in queue and sent in the next period, after 6th minute has passed.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
↓ | Minor code changes | You have to log in to add a translation. | Details |
Original untranslated
Minor code changes
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | Improve README | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
↓ | Increase required PHP version | You have to log in to add a translation. | Details |
Original untranslated
Increase required PHP version
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | Use latest version of both <code>WP_Temporary</code> and <code>Backdrop</code> packages | You have to log in to add a translation. | Details |
Original untranslated
Use latest version of both <code>WP_Temporary</code> and <code>Backdrop</code> packages
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
|||
↓ | Released on 4th April 2019 | You have to log in to add a translation. | Details |
Original untranslated
Released on 4th April 2019
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
Export as
Comment
Found in description paragraph.