arena
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPress] User Mail id in the mail contentyou can also use custom fields
say you have the following mailpress users with custom field “1st_name”
name email 1st_name
a [email protected] aaa
b [email protected] bbb
c [email protected]now create a new mail with text : Hello {{1st_name}}
and with custom field : 1st_name = guysfor a : Hello aaa, b : Hello bbb, c : Hello guys
do some tests. should work this way.
have a nice dayForum: Plugins
In reply to: [MailPress] User Mail id in the mail contentmail_id : no options (there is only one mail_id for several recipients)
for mail address use {{toemail}}
for name use {{toname}}
for mp user_id use {{_user_id}}Forum: Plugins
In reply to: [WP Consent API] WordPress admin ?Thanks for the answer
Of course there is a need on the admin side …
cookies can be set up by wordpress itself or any external services included in standard wp or plugins :
* wp logging,
* google font on standard wp themes,
* gravatar,
* othersForum: Plugins
In reply to: [MailPress] Fallo al enviar Newsletter_CategoriesGracias por su respuesta
1) activa el “add-on” Logs
2) Mails > Logs y analyza el fichero MP_Log_X_mp_process_batch_send_aaaammdd.txtForum: Plugins
In reply to: [PHP Compatibility Checker] Bugged !Uncaught PHP_CodeSniffer_Exception: Source file D:webserverDocumentswpwp-contentpluginsdashpress
no slash or backslash and no extension for file dashpress.php
(or the error message is also buggy)
Forum: Plugins
In reply to: [MailPress] Fallo al enviar Newsletter_Categoriescuales son sus “settings” para batch_send ?
Forum: Plugins
In reply to: [MailPress] Multiple mails sentbtw maybe we have the same webhost and maybe the same type of hosting plan (ovh, mutualised server)
Forum: Plugins
In reply to: [MailPress] How to send email to mailing list from custom pluginclosed for now
Forum: Plugins
In reply to: [MailPress] Fatal error!@areinventarte
Lo siento pero mailpress utiliza la classe php swiftmailer qui necessita la funcion ‘proc_open’. Necessita tambien las extensiones siguientes : ‘simplexml’ y ‘intl’https://www.php.net/manual/es/function.proc-open.php
https://www.php.net/manual/es/book.simplexml.php
https://www.php.net/manual/es/book.intl.phpForum: Plugins
In reply to: [MailPress] Multiple mails sentI had recently the same issue with the webhost mail server on mailpress.org
When a batch of mails is to be sent and rejected by the mail server, mailpress tries to resent it.
Forum: Plugins
In reply to: [MailPress] How to send email to mailing list from custom pluginSo here is the answer :
After analysis, wpadverts relies on post_type and specific taxonomy
register_post_type( 'advert', ... register_taxonomy( 'advert_category', 'advert', ...
The best option is not to use mailing list but newsletter.
Here is the addons, classes and files to add to your existing mailpress. do not forget to save all changes you would make to these files (could be erase do to automatic plugin upgrade).Read the .txt file and let me know any changes or else !
Good tests (not on a live site !)
https://mailpress.org/post_type/mailpress-wpadverts.zip
- This reply was modified 4 years, 10 months ago by arena.
Forum: Plugins
In reply to: [MailPress] How to send email to mailing list from custom pluginHi Rodolphe, i have just seen your call for support. i read it and answer you later !
happy holidays
Forum: Plugins
In reply to: [MailPress] MailPress stopped to work for me after upgradeto be continued on google forum
Forum: Plugins
In reply to: [MailPress] MailPress stopped to work for me after upgradeok, not speaking russian !
try to fix the mailpress_mailmeta issue by
* deactivate/activate mailpress plugin
* creating it by yourself (code is in mailpress\mp-admin\includes\install\mailpress.php)Forum: Plugins
In reply to: [MailPress] Mailpress 7.0.1 New install@tantrido please open a new thread ! this one is closed !