New doc: How to cancel your (iRedMail Easy) subscription.

This commit is contained in:
Zhang Huangbin 2019-03-30 09:54:07 +08:00
parent 9b832ced63
commit 57a1971d69
4 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Cancel your subscription
To cancel your iRedMail Easy subscription:
- Login to your PayPal account first
- Click the gear icon on top-right corner (step `1` on screenshot)
- Click the `Payments` on sub navigation bar (step `2` on screenshot)
- Click the `Manage automatic payments` (step `3` on screenshot)
You should see all your automatic payments on this page, including the payment
of iRedMail Easy subscription. Cancel it if you want to.
![](./images/iredmail-easy/subscription/unsubscribe.png){: width="900px" }

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 KiB

View File

@ -77,6 +77,7 @@
<h3 id="easy"><strong>iRedMail Easy</strong> - Web Deployment Platform</h3>
<ul>
<li><a href="iredmail-easy.getting.start.html">Getting start with iRedMail Easy - the deployment and support platform</a></li>
<li><a href="iredmail-easy.unsubscribe.html">Cancel your subscription</a></li>
<li><a href="iredmail-easy.best.practice.html">Best Practice</a></li>
<li><a href="iredmail-easy.release.notes.html">Release Notes</a></li>
<li><a href="iredmail-easy.setup-sudo.html">Setup sudo for deployment with iRedMail Easy</a></li>

View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cancel your subscription</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="cancel-your-subscription">Cancel your subscription</h1>
<p>To cancel your iRedMail Easy subscription:</p>
<ul>
<li>Login to your PayPal account first</li>
<li>Click the gear icon on top-right corner (step <code>1</code> on screenshot)</li>
<li>Click the <code>Payments</code> on sub navigation bar (step <code>2</code> on screenshot)</li>
<li>Click the <code>Manage automatic payments</code> (step <code>3</code> on screenshot)</li>
</ul>
<p>You should see all your automatic payments on this page, including the payment
of iRedMail Easy subscription. Cancel it if you want to.</p>
<p><img alt="" src="./images/iredmail-easy/subscription/unsubscribe.png" width="900px" /></p><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3293801-21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-3293801-21');
</script>
</body></html>