Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
Merge back changes for release 1.0
  • Loading branch information
atavakoli committed Apr 18, 2014
2 parents 57b4db5 + 21943fd commit afe3b6c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,31 @@ qa-publish-to-email

Question2Answer plugin to email posts to configured emails.

Installation
------------

Copy or clone this repository inside the ``qa-plugins`` folder and that's it!

Features
--------

- Select which types of posts (questions, answers, comments) have emails sent
- Multiple notification email addresses
- Emails' "From" fields contain original poster, while Sender is the admin
email address
- Bcc to notification addresses instead of using To
- Configurable prefix in email subject
- Plain-text or HTML emails
- Customized styles for HTML emails, using deployed themes or custom CSS files
- Include content of other posts in the emails (e.g. answers can include the
original question; comments can include their parent and the parent question)

More to come!

Configuration
-------------

All configuration is through the plugin's Admin form. Custom CSS stylesheets,
if used, must be copied into the plugin's ``custom-styles`` folder (see
[README](custom-styles/README)).

6 changes: 3 additions & 3 deletions qa-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
Plugin Name: Publish To Email
Plugin URI: https://github.com/atavakoli/qa-publish-to-email
Plugin Description: Email posts to configured emails.
Plugin Version: 0.1
Plugin Date: 2014-04-14
Plugin Version: 1.0
Plugin Date: 2014-04-18
Plugin Author: Ali Tavakoli
Plugin Author URI: https://github.com/atavakoli
Plugin License: MIT
Plugin Minimum Question2Answer Version: 1.6
Plugin Update Check URI: https://raw.githubusercontent.com/atavakoli/qa-publish-to-email/master/qa-plugin.php
Plugin Update Check URI: https://raw.githubusercontent.com/atavakoli/qa-publish-to-email/stable/qa-plugin.php
*/

if (!defined('QA_VERSION')) { // don't allow this page to be requested directly from browser
Expand Down

0 comments on commit afe3b6c

Please sign in to comment.