arena
Forum Replies Created
-
Does Mailpress enable such a feature ?
If not, is there a way to easily edit mailpress code to do so ?sorry No to both questions
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] dont installing add on: newslettertry to increase php allocated memory in php.ini
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] i can not activatephp5 required
Forum: Plugins
In reply to: [MailPress] MailPress Newsletter support for Custom Post Type ?The major problem is that scheduling and processing newsletters is coded for posts only
This could be done with some extra code inspired by the Newsletter add on, see also mailpress/mp-includes/options/ processors & scheduler classes + mailpress/mp-includes/options/newsletter
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] Mailpress conflictjquery libraries loaded twice ?
Forum: Plugins
In reply to: [MailPress] MailPress Newsletter support for Custom Post Type ?Bonjour inpixelitrust
custom post type enhancement not solved
i am not a specialist on custom post typesis there any special hook fired when a custom post type is published ?
such as ‘publish_post’ for posts ?Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] warningsi j’étais toi, je referais une install complète via ftp
Forum: Requests and Feedback
In reply to: What Should 2011 Hold for WordPress?* php5
** stop php4 support
** Go to wp 3.2. Go directly to wp 3.2. Do not pass wp 3.1.1, …
** new dev rule : stop ending php files with ?>
** more object oriented programming in wordpress (api’s, classes)
** code clean up (drop all those php4 stuff)* make pluggable/filterable the multisite/”wpmu” mails (#15594)
* have a planning for wp versions to release in this year
++ for developpers
** 2011/01 wp 3.1
** 2011/04 wp 3.2
** 2011/10 wp 3.x
** 2012/01 wp 3.y
++ for deciders
** 2011/02 what will be in wp 3.2 ?
** 2011/05 what will be in wp 3.x ?
** 2011/11 what will be in wp 3.y ?did you ask godaddy tech support ?
as far as phpmailer is documented (http://phpmailer.worxware.com/index.php?pg=methods)
last instructions of wp_mail() are :$result = @$phpmailer->Send();
return $result;
phpmailer doc says :
Send() Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error. Returns true on success, false on failure.
MailPress wp_mail returns false on failure, the amount of mails sent on success.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] CF7 and Mailpress still conflictanother solution is here :
http://blog.mailpress.org/2010/11/20/release-of-mailpress-5-0-1-beta2/
Forum: Plugins
In reply to: MailPress & WP-Opt-inAs far as i see Wp opt-in creates a simple table
wpoi_users with columns : time, ip, email
unfortunately there is no hook coded when inserting a new row in this table.
Should not be that complicated to code a dedicated mailpress importer
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] CF7 and Mailpress still conflictForum: Plugins
In reply to: Mailpress: unable to send multiple emailsFrom the info you gave on the google group, this issue is linked to your configuration