diff --git a/xExtension-ShareByEmail/README.md b/xExtension-ShareByEmail/README.md
index d6a4c19..ba583df 100644
--- a/xExtension-ShareByEmail/README.md
+++ b/xExtension-ShareByEmail/README.md
@@ -2,11 +2,18 @@
This FreshRSS extension allows to share articles by email, in a more powerful way than the simple `mailto` solution.
+## How to install
+
To install this extension, you must upload this directory in your `./extensions` directory and enable it on the extension panel in FreshRSS.
-You’ll have to configure the mailing system in FreshRSS. [See the documentation](https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server)
+## How to configure
+
+After the installation the `Email` sharing service will added to the list of available sharing services. You need to add the `Email` sharing service to your individual sharing service list before it is available in the sharing menu.
+
+You will have to configure the mailing system in FreshRSS. [See the documentation](https://freshrss.github.io/FreshRSS/en/admins/05_Configuring_email_validation.html#configure-the-smtp-server)
## Changelog
+- 0.3.0 detail information about the mail system shown in the extension config
- 0.2.3 Turkish language support added
- 0.1 initial version
diff --git a/xExtension-ShareByEmail/configure.phtml b/xExtension-ShareByEmail/configure.phtml
new file mode 100644
index 0000000..ac30a38
--- /dev/null
+++ b/xExtension-ShareByEmail/configure.phtml
@@ -0,0 +1,17 @@
+
+
+
-
= _t('shareByEmail.share.title') ?>
+
= _t('shareByEmail.share.title') ?>
-
- = _t('shareByEmail.share.intro', isset($this->entry) ? $this->entry->title() : '') ?>
-
+
+ = _t('shareByEmail.share.intro', isset($this->entry) ? $this->entry->title() : '') ?>
+
-