arena
Forum Replies Created
-
are you using batch send add on ?
Forum: Plugins
In reply to: [MailPress] Canadian Anti-SPAM LawHello
i am not Canadian and have no knowledge of that law.
Why not asking on the googlegroup forum ?
Forum: Plugins
In reply to: [MailPress] Deleted wordpress users not synced with mailpressif you want to chnage the current rule
change line
135 if ((1 == $count) && !apply_filters(‘MailPress_has_subscriptions’, false, $id)) MP_User::delete($id);
in
135 if (1 == $count) MP_User::delete($id);
Forum: Plugins
In reply to: [MailPress] Send out e-mails to groups of users from the Groups pluginthere are several ways check add-ons from last release such as
mailinglist_country_code
mailinglist_user_roleto get the idea
Forum: Plugins
In reply to: [MailPress] Customize Daily.phpdaily sends posts of the previous day, so if you have no post on previous day, it won’t send anything …
Forum: Plugins
In reply to: [MailPress] The plugin generated 2793 characters of unexpected outputmight be a plugin conflict issue !
no ! sorry, not an easy one !
Forum: Plugins
In reply to: [MailPress] Insert a specific newsletter in each postno you can’t( not coded that way
désolé tu ne peux pas, ce n’est pas codé ainsi !
Forum: Plugins
In reply to: [MailPress] broken other autorespondersuncheck “MailPress version of wp_mail” in mailpress general settings
Forum: Plugins
In reply to: [MailPress] Send Button Disable After 1 Clickthis would require some extra code in javascript
Forum: Plugins
In reply to: [MailPress] Mails>Add New>Custom Fields>Name and Value (Extra Metadata)if you want to pick email or name of subscriber use
{{toemail}}
{{toname}}if you have some custom fields called toto
use {{toto}}
Forum: Plugins
In reply to: [MailPress] Woocommerce shortcodes into newsletterno idea, best is to make some tests !
Forum: Plugins
In reply to: [MailPress] Deleted wordpress users not synced with mailpressForum: Plugins
In reply to: [MailPress] Deleted wordpress users not synced with mailpresstrue, mailpress users are not deleted as long as they have subscriptions
for more info seexref.mailpress.org/nav.html?mp-content/add-ons/MailPress_sync_wordpress_user.php.source.html#l123
Forum: Plugins
In reply to: [MailPress] WordPress 3.7.1solved !