Hi,
Is it possible to modify (or tell me what file to modify) the ‘subscription form widget’ code because Google PageSpeed Insights report a huge CLS problem and after some research it seems that this is where the problem comes from.
Thank you for your help.
]]>Hi,
The post I want to be mailed is not getting added under the wp_Cron if I publish by following the below steps.
1. Create a post with title and then draft it.
2. Then select the category of my post and then start editing the post.
3.After 5 min publish it.
After this I should see it that its is added to cron but that’s not happening.
Can someone help me by saying which hooks I need to check.
Thanks in Advance!
]]>Is that possible to include the mail id of the user who received the mail when a batch of mails are triggered?
Any way to personalize the mail body by including mail address or mp_id in the mail they receive?
]]>Fallo en Newsletter_Categories. Sin embargo, Mailinglist funciona perfectamente
Utilizo bacht_send. ?Puede alguien ayudarme? Gracias
El mensaje es:
0 of 7 sent
Weekly Entradas “Certámenes”
Versión MP: 7.1
versión WordPress: 5.4.1
Versión PHP: 7.3.18
I have been using mailpress for years with no problem. I recently rebuilt my website and imported the mail list from the old site. I schedule one post to be mailed each day. The first day that I used mailpress on the new site it sent more than 20 of the same mail to everyone. I also sent a mail to the list without scheduling it and, again, it sent multiple copies to everyone.
Any ideas about what I’m doing wrong?
]]>El plugin no ha podido activarse porque ha provocado un error fatal.
“proc_open” php function is not available, ask your webhost technical support.
in /home/areinven/public_html/areinventarte.com/wp-content/plugins/mailpress/mp-admin/includes/install/mailpress.php on line 40
Hello.
I am administrating a wordpress with mailpress and wpadverts.
I want to send an email to all recepients in adverts_subscribers mailing list (from mailpress) when someone post an add (with the plugin wpadverts).
My idea was:
#1 bind to a hook in wpadverts fired when an ad is posted
#2 generate the email content to be notified
#3 in the callback, use mailpress to get the mailing list, and send the email with it
Do you think this is reasonable ? I tried and I am stuck with #3
See my current code:
function hello_dolly() {
$list = MP_Mailinglist::get_all();
printf($list);
return;
}
// Now we set that function up to execute when the admin_notices action is called.
add_action( 'admin_notices', 'hello_dolly' );
This fails, with this error:
Fatal error: Class 'MailPress_mailinglist' not found in /var/www/html/wp-content/plugins/mailpress/mp-includes/class/MP_Mailinglist.class.php on line 105
Do you have any tips on how I should proceed ?
I am very new to WordPress, and didn’t do any PHP development in a decade, so please bear with me.
Cheers,
Rodolphe
MailPress stopped to work for me after upgrade from 5th version with PHP Mail to 7.1 with SMTP.
1. I’ve upgraded php to 7.3 for my site in cPanel.
2. setup smtp and pop3 in settings (login/pass/ports/etc)
3. Able to send test email successfully via mailpress – received.
However mailpress does not send mails on every new post as before. How to discover the reason and resend missed emails?
]]>Hi,
The last update look have a probleme :
PHP Parse error: syntax error, unexpected ‘?’ in …./wp-content/plugins/mailpress/MailPress.php on line 206
PHP 5.6.3
Thanks
]]>I exported all users with the plugin for MP (5.4.2) into CSV, the only export option.
deleted MP, installed MP 7.0.2 and tried importing from CSV with the plugin.
After clicking import, the new page just shows:
Import Csv
Mailing list
Optional, you can import the MailPress users in a specific mailing list …
The import/export log shows:
2019-04-10 17:32:35 000000 -- **** Start logging **** mp_import_csv *** level : 32767 **** ( 7.0.2 ) **** /wp-admin/admin.php?page=mailpress_import&mp_import=csv&step=1&_wpnonce=dbbc8f1e61 2019-04-10 17:32:35 000000 -- !-------------------------------------------------------------------------------------------------------------------------------------! 2019-04-10 17:32:35 000000 -- ! Batch Report importer : csv step : 1 ! 2019-04-10 17:32:35 000000 -- !-------------------------------------------------------------------------------------------------------------------------------------! 2019-04-10 17:32:35 000000 -- ! ANALYSIS ! ! 2019-04-10 17:32:35 000000 -- ! sniff 1 ! >>> /var/www/knightsenglish.com/public/wp-content/uploads/2019/04/csv_export_20190410_2010.csv.txt ! 2019-04-10 17:32:36 000000 -- ! email ! Email probably in column email ! 2019-04-10 17:32:36 000000 -- !-------------------------------------------------------------------------------------------------------------------------------------! 2019-04-10 17:32:36 000000 -- **** End logging **** mp_import_csv *** level : 32767 **** status : TRUE
Any help please? I really need my subscribers back ??
]]>Hi,
I advance i’m very sorry for my bad English :
I have made a new installation of mailpress on a new wordpress website but impossible to sending posts and comments to subcribers.
I have of course installed newsletter and comment addons and correctly configured everything.
All the email when we subscribe are sent very well, the subscriber are well included and marqued as “PerPost” for Newsletters and with the title of the post for comments. untill there everything os okay.
But if i make a comment, Nothing is sent and the comment message is even not shown when i click on “All Mails”.
The exact same problem come for new post.
I have checked the database (myphpadmin) and notice that there is only 3 tables created (mailpress_users, mailpress_stats and mailpress_mails) but on my older website where i have made an upgrade and where everything is working fine i can see 7 tables (mailpress_users, mailpress_usermeta, mailpress_stats, mailpress_mails, mailpress_mailmeta, mailpress_forms and mailpress_formfields)
Thank you for your help.
]]>Hi,
I’m using mailpress since a few years now and i was very happy to see that WordPress is back with a version 7 but I just try the new versions of mailpress (7.0) + (7.0 RC2) and it is impossible to make it work.
Here are the error i get after the upgrade :
1/ Subribe to comment is not working at all, not shown under the posts!
2/ I got error when sending messages.
I was using SMTP before with success but it stop working after the upgrade, here are the error i get :
Warning: file_put_contents(/WORDPRESS/wp-content/uploads/mailpress/23.eml): failed to open stream: No such file or directory in /WORDPRESS/wp-content/plugins/mailpress/mp-includes/class/MP_Mail.class.php on line 565
Warning: mkdir(): No such file or directory in /WORDPRESS/wp-content/plugins/mailpress/mp-includes/composer/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php on line 247
I then swith to PHP_MAIL with no luck :
Warning: file_put_contents(/WORDPRESS/wp-content/uploads/mailpress/21.eml): failed to open stream: No such file or directory in /WORDPRESS/wp-content/plugins/mailpress/mp-includes/class/MP_Mail.class.php on line 565
Fatal error: Uncaught Error: Class ‘Swift_MailTransport’ not found in /WORDPRESS/wp-content/plugins/mailpress/mp-includes/class/MP_Swift_Connection_php_mail.class.php:13 Stack trace: #0 /WORDPRESS/wp-includes/class-wp-hook.php(286): MP_Swift_Connection_php_mail->connect(21, Object(MP_Log)) #1 /WORDPRESS/wp-includes/plugin.php(203): WP_Hook->apply_filters(21, Array) #2 /WORDPRESS/wp-content/plugins/mailpress/mp-includes/class/MP_Mail.class.php(588): apply_filters(‘MailPress_Swift…’, 21, Object(MP_Log)) #3 /WORDPRESS/wp-content/plugins/mailpress/mp-includes/class/MP_Mail.class.php(196): MP_Mail->swift_processing() #4 /WORDPRESS/wp-content/plugins/mailpress/mp-includes/class/MP_Mail.class.php(38): MP_Mail->start() #5 /WORDPRESS/wp-content/plugins/mailpress/MailPress.ph in /WORDPRESS/wp-content/plugins/mailpress/mp-includes/class/MP_Swift_Connection_php_mail.class.php on line 13
And then with SENDMAIL but after clicking on the “Save & Test” button to check the settings, the website stop responding!
I stop here and got back to version 6 but just want to let you know about all this, i will now wait the next upgrade.
Regards,
]]>In the “MailPress blog” You informed about “temporarily withdrawn from the WordPress plugin repository” because of a exploit/vulnerability. There is a new release 5.4.6 but the plugin is not listed in the repository yet.
So: Resolved the actual release the vulnerability?
I prefer automatic updates be security reasons. Why You didn’t offer this possibility?
Thanks
]]>Here are the cron jobs I am referring to:
mp_schedule_newsletters {“args”:{“event”:”** Install **”}}
mp_schedule_newsletters {“args”:{“event”:”** Twice daily **”}}
mp_process_newsletter {“args”:{“newsletter”:{“id”:”daily”,”descriptions”:{“admin”:”Daily”,”blog”:”Daily newsletter”},”mail”:{“Template”:”daily”,”subject”:”[Sustainable Business] Daily newsletter”,”the_post_types”:”Posts”,”the_post_type”:”Post”},”processor”:{“id”:”day-1″,”threshold”:”MailPress_daily”,”args”:{“hour”:0,”minute”:0}},”scheduler”:{“id”:”day”,”args”:{“hour”:19,”minute”:50}},”allowed”:true,”default”:true}}}
I am running the mp_process_batch_spool_send that came with Mailpress but newsletters are not going out, so am looking to schedule via WP-Cron.
Any assitance would be appreciated.
Another issue… Since the wordpress update, the to drop down in “mails” doesn’t populate with contacts from imported mailing lists (there’s an empty blank at the top followed by “subscribers”, “blog” all (active and waiting and “waiting”). Is there an add-on (or series of add-ons) to fix this?
]]>I reported a bug some years ago and was fixed in 5.4.3 but returned in this version.
mailpress/mp-includes/class/MP_Pluggable.class
Replace all the words: attachements
with the word: attachments
If php 7.0 mail doesn’t sent ‘/usr/sbin/sendmail -bs’
send test no write error, just blank page…
If php 5.6 pluging work’s
Plateform
OVH
WordPress 4.5
Mailpress Version 5.4.4
Newsletter is not delivered
Configured daily newsletter digests as posts and blog entries by category. However, for some reason, mail is not delivered. Errors in the logs is not visible. please help
The logs are as follows:
2016-03-16 08:52:59 000000 — **** Start logging **** mp_process_batch_send *** level : 8191 **** (5.4.3) **** /wp-cron.php?doing_wp_cron=1458082379.3496921062469482421875
2016-03-16 08:52:59 000000 — !——————————————————————————————!
2016-03-16 08:52:59 000000 — ! Batch Report !
2016-03-16 08:52:59 000000 — !——————————————————————————————!
2016-03-16 08:52:59 000000 — ! *** ALL DONE *** *** ALL DONE *** *** ALL DONE *** !
2016-03-16 08:52:59 000000 — !——————————————————————————————!
2016-03-16 08:52:59 000000 — **** End logging **** mp_process_batch_send *** level : 8191 **** status : TRUE
Hi. Plugin does not create this data base. Could you , please, help me?
Press database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SELECT meta_value FROM z10x_mailpress_mailmeta WHERE mp_mail_id = 15 AND meta_key = ‘_MailPress_mail_revisions’
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SELECT meta_value FROM z10x_mailpress_mailmeta WHERE mp_mail_id = 15 AND meta_key = ‘_MailPress_mail_revisions’
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SELECT meta_value FROM z10x_mailpress_mailmeta WHERE mp_mail_id = 15 AND meta_key = ‘_edit_lock’
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SELECT meta_value FROM z10x_mailpress_mailmeta WHERE mp_mail_id = 15 AND meta_key = ‘_edit_last’
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SELECT COUNT(*) FROM z10x_mailpress_mailmeta WHERE meta_key = ‘_edit_lock’ AND mp_mail_id = 15
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SHOW FULL COLUMNS FROM z10x_mailpress_mailmeta
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SHOW FULL COLUMNS FROM z10x_mailpress_mailmeta
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SELECT COUNT(*) FROM z10x_mailpress_mailmeta WHERE meta_key = ‘_edit_last’ AND mp_mail_id = 15
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SHOW FULL COLUMNS FROM z10x_mailpress_mailmeta
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SHOW FULL COLUMNS FROM z10x_mailpress_mailmeta
WordPress database error: [Table ‘fasadtec_paintit.z10x_mailpress_mailmeta’ doesn’t exist]
SELECT meta_value FROM z10x_mailpress_mailmeta WHERE mp_mail_id = 15 AND meta_key = ‘_MailPress_format’
When a customer signs up he gets an email to reset the password, however this email is not going with the right access to the client to reset the password is only going access to https://www.mydomain.com.br/wp-login.php, which is the default wordpress login, does anyone know how to fix it please
]]>I can’t for the life of me figure out how to allow users to choose which subscriptions and mailing lists they’d like to be added to on the registration form. I know there is a link in emails that go out which allow users to edit their options for this, but how can I add these options to the registration form?
]]>Its misspelled mixed up variables in the protocol of MP_Pluggable_class.php
$attachements - $attachment - $attachments
For example, sending pdf with woocommerce, using MailPress as WP_MAIL as default settings.
Replace with this and everything works fine:
class MP_Pluggable
{
public static function wp_mail( $to, $subject, $message, $headers = '', $attachments = false )
{
// Compact the input, apply the filters, and extract them back out
extract( apply_filters('wp_mail', compact( 'to', 'subject', 'message', 'headers' ) ) );
if ( !is_array($attachments) )
$attachments = explode( "\n", str_replace( "\r\n", "\n", $attachments ) );
$mail = new stdClass();
// Attachments
if (is_array($attachments))
{
$f = true;
$attachments = @str_replace("\\", "/", $attachments);
foreach ($attachments as $attachment)
]]>
Hi
Question before i install plugin. We are running Events portal made from posts. We use Post Scheduler, so we can show future posts and we use post expirator. This way we can show upcoming events and disable them when date we entered to Post expirator is due.
Question.
Can we send daily mailing of posts that include TODAY date .. Event is hodling from 01.01. until 31.12. Will it be sent in every day mailing?
Thank you
]]>I updated wordpress and now my batch emails are stuck in pending state. I’ve found several mentions of this but nothing works. I’ve deactivated/activated wp-cron..I’ve deactivated batch and newsletters per one thread…nothing works…Please help.
]]>For the new version of our website I want to export my mailing list in a csv file. However, Mailpress doesn’t give me permission for this.
The message says:
Warning: file_put_contents(/home/jakopahlbo/domains/jakopahlbom.nl/public_html/theater/wp-content/plugins/mailpress/tmp/csv_export_mailing_list_1_20150602_1327.csv) [function.file-put-contents]: failed to open stream: Permission denied in /home/jakopahlbo/domains/jakopahlbom.nl/public_html/theater/wp-content/plugins/mailpress/mp-includes/class/options/import/importers/export_mailinglist.php on line 92
Sorry, there has been an error.
csv_export_mailing_list_1_20150602_1327.csv
Can you help me to export the emailadresses?
]]>Since updating to WordPress 4.2 all options and configurations with mailing lists disappear.
]]>Hi all,
I use the latest version of mailpress and since a while my weekly newsletters are not being sent?
Unfortunately I can’t tell how long this is but I know it worked for a long time but suddenly the prescribers don’t get any newsletters ??
Coul you please solve this issue?
All the best
Friedi
Hi!
I installed the plugging Mailpress and it appears on the site.
When email is inserted the message is “the email sending failed”
I don’t know if it works and I don’t know where the email will be sent or how to collect them.
Thanks
Eric Lemieux
https://ericlemieux.com/
I’m setting up MailPress to send a daily list of posts to subscribers, and I can’t see how to control what time this will happen at.
Anyone able to shed any light on this?
]]>Wanted to use MailPress but it broke the tabbed feature of Visual Composer. URL: https://www.missouriasbestos.com/your-case/life-of-your-case/ This vertical tabbed content works now but when the plugin is activated the url shows long hashes (#234lifs-f34a9 which are the tab id#) and the content window is blank.
]]>