Issue #101 Task: Add support for {author_display_name} in email. #102
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added the support for
{excerpt_post}
placeholder in email.Please find the attachments for reference
1. Setting the email template from configuration page.
![101-configuration_page](https://user-images.githubusercontent.com/25909806/83295556-c9f7f800-a20c-11ea-85b7-68f029181aa2.png)
2. Writing new blog post.
![101-blog_post](https://user-images.githubusercontent.com/25909806/83295564-cd8b7f00-a20c-11ea-9a9f-4f2760df3e3f.png)
3. Received email after new blog post publish.
![101-email_received](https://user-images.githubusercontent.com/25909806/83295580-d2e8c980-a20c-11ea-94a7-7753494044e5.png)