the WordPress mailing platform
Welcome. MailPress is a very special project to me and I'm proud to be a part of it ;-). Lot of hours have gone into MailPress, and I am dedicated to making it better every day. Thank you for making it part of your world.
— André Renaut
mailpress
folder, you will find some addons. Make your choice to scale MailPress to your needs.
wp-content/plugins
.wp-content/plugins/mailpress/tmp
folder is writable.Before you upgrade anything, make sure you have backup copies of any files you may have modified such as your MailPress theme.
MailPress themes and templates do not need to be changed if customized in a previous MailPress release.
Note : MailPress 3.0 is introducing three new features in MailPress themes and templates management :
echo $this->the_content('html' or 'plaintext');
: (see default.php samples in default MailPress theme folder).If you have any questions that aren't addressed in this document, please take advantage of MailPress numerous online resources:
readme.txt
of MailPressMailPress is using swiftmailer. If you would like to support MailPress, please consider donating.
MailPress can import the emails stored in another system. First you need to get MailPress installed and working as described above. To finally import your emails into MailPress, you will need to use the mailpress_import
api and addon.
You have developped your own importer and you think it can be useful to the MailPress community, let us know.
You want to synchronize MailPress with your WordPress registered users, mailpress_sync_wordpress_user
addon is made for you.
Need to organize the emails inserted into MailPress and/or let your users to choose which mailing lists they subscribe to, based on WordPress taxonomy concept (post categories, link categories, tags) : mailpress_mailing_lists
.
WordPress has eliminated user levels in order to make way for the much more flexible roles system introduced in WordPress 2.0. You can read more about Roles and Capabilities on the Codex. If you need to set Capabilities in MailPress, use the mailpress_roles_and_capabilities
addon.
Your website becomes more and more successfull, you have now plenty of subscribers, processing a large number of recipients becomes an issue ! , use the mailpress_batch_send
addon.
Natively, MailPress support SMTP connections to your mail server, however you can switch to Sendmail mailpress_connection_sendmail
or native php mail() mailpress_connection_phpmail
.
mailpress_deregister_scripts
mailpress_extra_form_mail_new
, mailpress_mail_custom_fields
, mailpress_upload_media
, mailpress_tracking
mailpress_bulk_import
, mailpress_user_custom_fields
, mailpress_autoresponder
, mailpress_filter_img
, mailpress_newsletter_categories
, mailpress_reset
MailPress has no multi-million euro marketing campaign or celebrity sponsors, but do have something even better—you. If you enjoy MailPress please consider telling a friend, setting it up for someone less knowledgable than yourself, or writing a post on MailPress.