<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Client Area Confirmation Mail]]></title><description><![CDATA[<p dir="auto">Does anybody happen to know where I can find an example and/or instructions to create a confirmation mail after a new user creates an account? Preferably with a link to activate the account. Thanks in advance!</p>
]]></description><link>https://community.appdrag.com/topic/560/client-area-confirmation-mail</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 22:56:22 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/560.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 05 Dec 2020 19:08:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Client Area Confirmation Mail on Mon, 21 Dec 2020 08:26:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi, nice that you successfully made it. Don't hesitate if you have further questions or questions about your current implementation.</p>
]]></description><link>https://community.appdrag.com/post/2333</link><guid isPermaLink="true">https://community.appdrag.com/post/2333</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Mon, 21 Dec 2020 08:26:56 GMT</pubDate></item><item><title><![CDATA[Reply to Client Area Confirmation Mail on Sat, 19 Dec 2020 16:15:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> I've got it to work <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":-)" alt="🙂" /> ... also added some additional logic at login to check whether the user has already verified his/her account ...</p>
]]></description><link>https://community.appdrag.com/post/2321</link><guid isPermaLink="true">https://community.appdrag.com/post/2321</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Sat, 19 Dec 2020 16:15:39 GMT</pubDate></item><item><title><![CDATA[Reply to Client Area Confirmation Mail on Sat, 19 Dec 2020 15:19:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> I've already got it ... that the 'addEventListener('JqueryLoaded', function(e) {' etc. code <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":-)" alt="🙂" /></p>
]]></description><link>https://community.appdrag.com/post/2320</link><guid isPermaLink="true">https://community.appdrag.com/post/2320</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Sat, 19 Dec 2020 15:19:51 GMT</pubDate></item><item><title><![CDATA[Reply to Client Area Confirmation Mail on Sat, 19 Dec 2020 14:41:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> I managed to create and send the mail with the verification code and got the api to validate the account working. Now I'm stuck on the verifyAccount.html. I suspect there's some (JavaScript) code required to get the token, perform the call, proces the return and move the user to the right page. Do you have some sample on this or point me in the right direction? Thanks again and best regards - Dick</p>
<blockquote>
<p dir="auto">said in <a href="/post/2154">Client Area Confirmation Mail</a>:</p>
<p dir="auto">Hi,<br />
You can use the template to send an email in AppDrag CloudBackend functions and include this logic inside :</p>
<p dir="auto">Create the user in DB with a unique verification token string and a boolean column "verified user" to false (0) by default<br />
In your email content send a link with the verification token as a parameter to a page "verifyAccount.html"</p>
<p dir="auto">And on your "verifyAccount.html" page you can</p>
<p dir="auto">Check if the token is here and perform a call to your API to verify the user<br />
Based on the return from your API redirect the user to your project dashboard with an url parameter "?userverified=true" or if there was an issue display an error message</p>
<p dir="auto">Wish it helps you, don't hesitate if you have questions on any steps.</p>
</blockquote>
]]></description><link>https://community.appdrag.com/post/2319</link><guid isPermaLink="true">https://community.appdrag.com/post/2319</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Sat, 19 Dec 2020 14:41:01 GMT</pubDate></item><item><title><![CDATA[Reply to Client Area Confirmation Mail on Sat, 19 Dec 2020 13:08:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> ... the screenshot ...<br />
<img src="/assets/uploads/files/1608383282612-1539181116176-ep4.2.jpg" alt="1539181116176-ep4.2.JPG" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/post/2314</link><guid isPermaLink="true">https://community.appdrag.com/post/2314</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Sat, 19 Dec 2020 13:08:06 GMT</pubDate></item><item><title><![CDATA[Reply to Client Area Confirmation Mail on Sat, 19 Dec 2020 13:07:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> thanks! I'm going to try this. Perhaps you can also check your tutorial 4 ... <a href="https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-4.html" rel="nofollow ugc">https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-4.html</a></p>
<p dir="auto">Half way, it shows this screenshot, which is confusion as the tutorial is on forget password and there'e no explanation on how to create a account creation verification system/mail ...</p>
]]></description><link>https://community.appdrag.com/post/2313</link><guid isPermaLink="true">https://community.appdrag.com/post/2313</guid><dc:creator><![CDATA[Dick Honing]]></dc:creator><pubDate>Sat, 19 Dec 2020 13:07:49 GMT</pubDate></item><item><title><![CDATA[Reply to Client Area Confirmation Mail on Mon, 07 Dec 2020 08:02:53 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You can use the template to send an email in AppDrag CloudBackend functions and include this logic inside :</p>
<ul>
<li>Create the user in DB with a unique verification token string and a boolean column "verified user" to false (0) by default</li>
<li>In your email content send a link with the verification token as a parameter to a page "verifyAccount.html"</li>
</ul>
<p dir="auto">And on your "verifyAccount.html" page you can</p>
<ul>
<li>Check if the token is here and perform a call to your API to verify the user</li>
<li>Based on the return from your API redirect the user to your project dashboard with an url parameter "?userverified=true" or if there was an issue display an error message</li>
</ul>
<p dir="auto">Wish it helps you, don't hesitate if you have questions on any steps.</p>
]]></description><link>https://community.appdrag.com/post/2154</link><guid isPermaLink="true">https://community.appdrag.com/post/2154</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Mon, 07 Dec 2020 08:02:53 GMT</pubDate></item></channel></rss>