<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Heavenletters Mailing List</title>
    <link>https://mailer.heavenletters.org</link>
    <description>Mailing list archive</description>
    <item>
      <title>Co-creating Harmony in the World</title>
      <link>https://mailer.heavenletters.org/archive/heaven-news-4-2184</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>A quiet invitation to walk closer</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Lexend:wght@300;400;500;600&display=swap" rel="stylesheet">
        <style>
            body {
                background-color: #f9f0d9;
                font-family: 'Lexend', 'Open Sans', sans-serif;
                font-size: 18px;
                line-height: 1.75;
                margin: 0;
                color: #403f3e;
                padding: 32px 0;
            }

            .wrap {
                background-color: #ffffff;
                max-width: 600px;
                margin: 0 auto;
                border-radius: 8px;
                overflow: hidden;
                border: 1px solid #b7b2a3;
            }

            .header {
                text-align: center;
                padding: 32px;
                background-color: #ffffff;
            }

            .header img {
                max-width: 250px;
                height: auto;
            }

            .subheading {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-style: italic;
                font-size: 18px;
                color: #403f3e;
                text-align: center;
                margin-top: 8px;
            }

            .content {
                padding: 0 32px 32px;
            }

            .content h3 {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 24px;
                font-weight: 700;
                color: #403f3e;
                margin: 32px 0 24px 0;
                text-align: center;
                line-height: 1.3;
            }

            .content p {
                margin: 0 0 24px 0;
                color: #403f3e;
            }

            .blockquote {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 22px;
                color: #403f3e;
                border-left: 4px solid #f4406b;
                padding-left: 24px;
                margin: 32px 0;
            }

            .cta-cards {
                display: flex;
                flex-wrap: wrap;
                gap: 16px;
                justify-content: center;
                margin: 32px 0;
            }

            .card {
                background-color: #f9f0d9;
                border: 1px solid #b7b2a3;
                border-radius: 8px;
                padding: 24px;
                text-align: center;
                width: 100%;
                max-width: 250px;
            }

            .card h4 {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 20px;
                font-weight: 700;
                margin: 0 0 16px 0;
            }

            .card-subtext {
                font-size: 16px;
                margin: 16px 0 0 0;
                line-height: 1.4;
            }

            .button {
                background-color: #f4406b;
                border-radius: 8px;
                text-decoration: none !important;
                color: #ffffff !important;
                font-weight: 600;
                font-family: 'Lexend', 'Open Sans', sans-serif;
                padding: 12px 24px;
                display: inline-block;
                text-align: center;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
                transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
            }

            .button:hover {
                background-color: #d13256;
                box-shadow: 0 6px 12px rgba(0,0,0,0.15);
                transform: translateY(-1px);
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #403f3e;
                padding: 24px 32px;
                background-color: #f9f0d9;
            }
                .footer img {
                    max-width: 80px;
                    height: auto;
                    margin-bottom: 16px;
                }
                .footer a {
                    color: #1d7ab0;
                    text-decoration: underline;
                    margin: 0 8px;
                }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #1d7ab0;
                text-decoration: underline;
                transition: color 0.3s ease;
            }

            a:hover {
                color: #00008B;
            }

            .icon {
                width: 18px;
                height: 18px;
                stroke: #f4406b;
                stroke-width: 2;
                fill: none;
                vertical-align: middle;
                margin-right: 8px;
            }

            ul.icon-list {
                padding-left: 20px;
                list-style: disc;
                margin: 0 0 24px 0;
            }
            ul.icon-list li {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 6px 0;
            }

            @media screen and (max-width: 600px) {
                body {
                    padding: 16px 0;
                }
                .wrap {
                    margin: 0 16px;
                    border-radius: 0;
                }
                .content {
                    padding: 0 24px 24px;
                }
                .header {
                    padding: 24px;
                }
                .cta-cards {
                    flex-direction: column;
                    align-items: center;
                }
                .card {
                    max-width: 100%;
                }
            }
        </style>
    </head>
<body style="background-color: #f9f0d9;font-family: 'Lexend', 'Open Sans', sans-serif;font-size: 18px;line-height: 1.75;margin: 0;color: #403f3e;padding: 32px 0;">
    <div class="wrap" style="background-color: #ffffff;max-width: 600px;margin: 0 auto;border-radius: 8px;overflow: hidden;border: 1px solid #b7b2a3;">
        <div class="header" style="text-align: center;padding: 32px;background-color: #ffffff;">
            <img src="https://mailer.heavenletters.org/uploads/heaven_logo.png" alt="Heavenletters" style="max-width: 250px;height: auto;">
            <p class="subheading" style="font-family: 'EB Garamond', 'Old Standard TT', serif;font-style: italic;font-size: 18px;color: #403f3e;text-align: center;margin-top: 8px;">Bringing Earth Closer to Heaven</p>
        </div>
        <div class="content" style="padding: 0 32px 32px;">
        <p>Dear ,</p>
<p>Gloria was devoted to Heavenletters and the community around this miraculous expression of the Divine that we all play within. She served her role with a deep sense of purpose, as one who knew what it means to walk the way of Dharma. Discovering one's purpose and then serving it, changes a person. Life organises itself around those who serve their purpose.</p>
<p>Humility is one's companion on this path of purpose. Think of the mythopoeic origins on the eve of Yeshua's birth, and that the story tells of a birth in a manger, not a grand palace or upmarket inn. God stirs our hearts with a feather instead of the sceptre of a great king.</p>
<p>Today a planetary scale celebration happens around the birth of one who's life has formed a rich lore that weaves itself through so many different cultures.</p>
<blockquote>
<p>"When you come to the truth of you, you would regain your former sight. You would not save people, because you would know you cannot save what is already safe in My arms. You would not heal people. You would see health, and that would be termed healing. Christ did nothing but walk the Earth."</p>
<p><a title="An Awareness So Brilliant" href="https://mailer.heavenletters.org/link/4413aae6-827d-4787-be21-63b6c3486cc9/72cd5a0f-f3df-4e34-80b6-b8d18b9e95cf/00000000-0000-0000-0000-000000000000">An Awareness So Brilliant</a></p>
</blockquote>
<p>In the traditional form of yoga that I practice, Christ is acknowledged as one of the adepts and you will often see framed impressions of Yeshua along with other masters on the alters of yogis from this lineage. A heart radiating love, transcends the limits of lineages and cultures.</p>
<blockquote>
<p>"Christ loved, yet he did not keep hanger-on's. He did not let anyone lounge around in his love. He put them to work. It was enough that he had punctuated their hearts with love, and then he sent them on their way. He did not spoon-feed anyone."</p>
<p><a title="Self Reliance" href="https://mailer.heavenletters.org/link/bf0073b7-e06c-42dc-b105-6b595ff280a5/72cd5a0f-f3df-4e34-80b6-b8d18b9e95cf/00000000-0000-0000-0000-000000000000">Self Reliance</a></p>
</blockquote>
<p>Gloria's work was powered by a deep love for the community of Heavenletters. She co-created with all of us, an ecosystem fertile with loving hearts. A loving heart radiates peace. Today, as we continue to breath life into this ecosystem, as a community of practice, we radiate peace into a world that is so thirsty for it.</p>
<p>Yeshua's teachings ultimately leads one to a state of peace and a heart emboldened by love, a soul made straight by purpose. Let it be that at the core of our celebration, however we may celebrate today, is a deep peace and loving acceptance of all those who cross our path, while always staying steadfast in purpose. </p>
<blockquote>
<p>"If life is a Christmas package, well, then, unwrap it. Open it up. Take it out. If you find a sweater, and it doesn't fit, enjoy the opening of the present anyway. Be sure you haven't missed anything. There could be something else in the box. Maybe a gold watch or diamond ring. Make sure you don't close the box too soon."</p>
<p><a title="The Ringing of Bells" href="https://mailer.heavenletters.org/link/f1daa410-9cc2-484f-9d14-1a8e1587b824/72cd5a0f-f3df-4e34-80b6-b8d18b9e95cf/00000000-0000-0000-0000-000000000000">The Ringing of Bells</a></p>
</blockquote>
<p>I send a prayer into the world that the subtle thread that connects all of us, may continue to weave into the hearts of all who come and go, that we may become a field of harmony in the world, a community of practice and purpose. That we may face all challenges with loving hearts and clarity.</p>
<p>I feel a nudge to share some recent Godwriting. I've been writing regularly as I build up embodied experience. How else am I to take the Godwriting course online!</p>
<blockquote>
<p>"Developing and awareness of your centre naturally harmonises your field. From your centre, pure signal is broadcast into the world. Serving Dharma, discovering your soul purpose for this life, enhances your capacity to orient to your centre, your capacity to harmonise, to find the signal. Purpose potentiates practice, and practice hones your ability to shape your reality."</p>
<p>Personal Godwriting Dec 20th 2025</p>
</blockquote>
<p>May the Heavenletters community become a powerful catalyst for change in the world. May we be harmonizers of the field.</p>
<p>, much blessings to all of us on this special day. May this message find you in good spirit and good health, with loving friends and family, well fed and nourished, and with hearts tingling with love. Peace.</p>
<p>San Naidoo<br />Creative Director<br />santhan@heavenletters.org<br />http://www.heavenletters.org</p>
<p>"It is an amazing thing<br />how intrinsic you are to all of Creation,<br />how vital, how instrumental,<br />how beautiful, how aspiring,<br />how fulfilling, how electrical,<br />how amazing in this phenomenon called life."<br />Today Alone - Heavenletter #1102<br /><a href="https://heavenletters.org/today-alone.html">https://heavenletters.org/today-alone.html</a></p>
<p>p.s Thank you to all who replied to with your comments for Gloria's obituary and memorial page. There's still time to send your comment through to <a href="mailto:santhan@heavenletters.org">santhan@heavenletters.org</a></p>
    </div>

<div class="footer" style="text-align: center;font-size: 12px;color: #403f3e;padding: 24px 32px;background-color: #f2d793;">
        <img src="https://mailer.heavenletters.org/uploads/heaven_standalone_logo.png" alt="Heavenletters" style="max-width: 80px;height: auto;margin-bottom: 16px;">
        <p class="subheading" style="font-family: 'EB Garamond', 'Old Standard TT', serif;font-style: italic;font-size: 18px;color: #403f3e;text-align: center;margin-top: 8px;">Bringing Earth Closer to Heaven</p>
        <p>
            <a href="https://mailer.heavenletters.org/subscription/72cd5a0f-f3df-4e34-80b6-b8d18b9e95cf/" style="color: #1d7ab0;text-decoration: underline;margin: 0 8px;">Unsubscribe</a>
            &nbsp;&nbsp;
            <a href="https://mailer.heavenletters.org/campaign/72cd5a0f-f3df-4e34-80b6-b8d18b9e95cf/" style="color: #1d7ab0;text-decoration: underline;margin: 0 8px;">View in Browser</a>
        </p>
        <p style="margin-top: 16px;">The Internarional Godwriting Society of Heavenletters  | International. <a href="https://heavenletters.org">heavenletters.org</a></p>
    </div>
</body>
</html>]]></content:encoded>
      <pubDate>Wed, 24 Dec 2025 21:28:46 +0000</pubDate>
    </item>
    <item>
      <title>Heaven Updates. Does God speak to us?</title>
      <link>https://mailer.heavenletters.org/archive/heaven-news-3-5163</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>A quiet invitation to walk closer</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Lexend:wght@300;400;500;600&display=swap" rel="stylesheet">
        <style>
            body {
                background-color: #f9f0d9;
                font-family: 'Lexend', 'Open Sans', sans-serif;
                font-size: 18px;
                line-height: 1.75;
                margin: 0;
                color: #403f3e;
                padding: 32px 0;
            }

            .wrap {
                background-color: #ffffff;
                max-width: 600px;
                margin: 0 auto;
                border-radius: 8px;
                overflow: hidden;
                border: 1px solid #b7b2a3;
            }

            .header {
                text-align: center;
                padding: 32px;
                background-color: #ffffff;
            }

            .header img {
                max-width: 250px;
                height: auto;
            }

            .subheading {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-style: italic;
                font-size: 18px;
                color: #403f3e;
                text-align: center;
                margin-top: 8px;
            }

            .content {
                padding: 0 32px 32px;
            }

            .content h3 {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 24px;
                font-weight: 700;
                color: #403f3e;
                margin: 32px 0 24px 0;
                text-align: center;
                line-height: 1.3;
            }

            .content p {
                margin: 0 0 24px 0;
                color: #403f3e;
            }

            .blockquote {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 22px;
                color: #403f3e;
                border-left: 4px solid #f4406b;
                padding-left: 24px;
                margin: 32px 0;
            }

            .cta-cards {
                display: flex;
                flex-wrap: wrap;
                gap: 16px;
                justify-content: center;
                margin: 32px 0;
            }

            .card {
                background-color: #f9f0d9;
                border: 1px solid #b7b2a3;
                border-radius: 8px;
                padding: 24px;
                text-align: center;
                width: 100%;
                max-width: 250px;
            }

            .card h4 {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 20px;
                font-weight: 700;
                margin: 0 0 16px 0;
            }

            .card-subtext {
                font-size: 16px;
                margin: 16px 0 0 0;
                line-height: 1.4;
            }

            .button {
                background-color: #f4406b;
                border-radius: 8px;
                text-decoration: none !important;
                color: #ffffff !important;
                font-weight: 600;
                font-family: 'Lexend', 'Open Sans', sans-serif;
                padding: 12px 24px;
                display: inline-block;
                text-align: center;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
                transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
            }

            .button:hover {
                background-color: #d13256;
                box-shadow: 0 6px 12px rgba(0,0,0,0.15);
                transform: translateY(-1px);
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #403f3e;
                padding: 24px 32px;
                background-color: #f9f0d9;
            }
                .footer img {
                    max-width: 80px;
                    height: auto;
                    margin-bottom: 16px;
                }
                .footer a {
                    color: #1d7ab0;
                    text-decoration: underline;
                    margin: 0 8px;
                }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #1d7ab0;
                text-decoration: underline;
                transition: color 0.3s ease;
            }

            a:hover {
                color: #00008B;
            }

            .icon {
                width: 18px;
                height: 18px;
                stroke: #f4406b;
                stroke-width: 2;
                fill: none;
                vertical-align: middle;
                margin-right: 8px;
            }

            ul.icon-list {
                padding-left: 20px;
                list-style: disc;
                margin: 0 0 24px 0;
            }
            ul.icon-list li {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 6px 0;
            }

            @media screen and (max-width: 600px) {
                body {
                    padding: 16px 0;
                }
                .wrap {
                    margin: 0 16px;
                    border-radius: 0;
                }
                .content {
                    padding: 0 24px 24px;
                }
                .header {
                    padding: 24px;
                }
                .cta-cards {
                    flex-direction: column;
                    align-items: center;
                }
                .card {
                    max-width: 100%;
                }
            }
        </style>
    </head>
<body style="background-color: #f9f0d9;font-family: 'Lexend', 'Open Sans', sans-serif;font-size: 18px;line-height: 1.75;margin: 0;color: #403f3e;padding: 32px 0;">
    <div class="wrap" style="background-color: #ffffff;max-width: 600px;margin: 0 auto;border-radius: 8px;overflow: hidden;border: 1px solid #b7b2a3;">
        <div class="header" style="text-align: center;padding: 32px;background-color: #ffffff;">
            <img src="https://mailer.heavenletters.org/uploads/heaven_logo.png" alt="Heavenletters" style="max-width: 250px;height: auto;">
            <p class="subheading" style="font-family: 'EB Garamond', 'Old Standard TT', serif;font-style: italic;font-size: 18px;color: #403f3e;text-align: center;margin-top: 8px;">Bringing Earth Closer to Heaven</p>
        </div>
        <div class="content" style="padding: 0 32px 32px;">
        <h2 id="1">Opening Heavenletter Quote</h2>
<blockquote>
<p>From the center of your heart, I arise in your awareness. It is your heart that knows Me. Your intellect can talk about Me, but Our connection rests in your heart. There is not one of you who does not know Me.</p>
</blockquote>
<p><a title="Heavenletter Link" href="https://mailer.heavenletters.org/link/94de178f-0412-41eb-a678-2ea51b2eac9e/bc0962d3-a88f-4cc6-8984-6bcdc04c12ed/00000000-0000-0000-0000-000000000000">The Greatest Discovery Heavenletter #2257</a><br /><br /></p>
<h2 id="2">Editors Note</h2>
<p>Does God speak to us?</p>
<p>Perhaps a better question is, do we listen to God? Or an even better one, do we create time in our lives to listen to God?</p>
<p>I remember when Gloria visited South Africa. Every morning for the year that she stayed here as my guest, at around 4am her room light would go on, and she would scribe a Heavenletter. Sometimes two, three even four Heavenletters would arrive. Then Gloria would do her personal Godwriting. It was her simple ritual and her simple ceremony. Nothing externally elaborate. No incense. No candles. No props.</p>
<p>Which is what makes Godwriting so accessible to us. There is no metric for how good your writing is. What matters is that you sit down with intent to harmonise and enliven your relationship with The Beloved. This is direct connection without accoutrements. One to One. It doesn't matter if you're a person of faith or not, this relational development awakens and expands your awareness. Godwriting is practical! I'll soon be releasing Gloria's personal Godwriting. In it you will find a remarkable example of how Gloria's Godwriting helped her solve real life challenges, in often unexpected and wonderful ways.</p>
<h3 id="3">Heavenletters as a practice</h3>
<p>Reading and contemplating the meaning in a Heavenletter, is an effective and accessible daily practice to deepen your relationship with God. God is the original harmoniser, and through this inward journey, you establish a harmony within yourself. Establishing inner harmony is a pre-requisite to establishing harmony with others and with Nature.</p>
<p>There are over 6000 Heavenletters. More material than a Course in Miracles! You could journey with Heavenletters for many years. Another interesting dynamic that I've observed, is that a Heavenletter read 3 years ago, has different meaning for me today.</p>
<h3 id="4">Our contribution to the co-evolution of culture</h3>
<p>I use the word culture in the broad anthropological sense. Art and literature is included in this. My sense is that the stronger our relationship with God (in a non dogmatic way), the better we become at caring for ourselves, each other and all of life on this magnificent planet. In this sense, our community of Heavenletters is contributing to cultural evolution!</p>
<h2>Gloria's Obituary</h2>
<p><img src="https://mailer.heavenletters.org/uploads/486044797_1074235434749153_5564788964166944742_n.jpg" alt="Gloria with Matilda. Palm Beach, South Africa" width="600" height="395" /></p>
<p>Since the last email several people replied asking about an obituary for Gloria and saying that they were unaware that she had died. I thought it would be a great idea to put an online obituary and memorial up on the Heavenletters website. Would you like to contribute any words to that page? Please write to me: <a href="mailto:santhan@heavenletters.org">santhan@heavenletters.org</a> with your full name, country and whatever you would like to say about Gloria &amp; Heavenletters.</p>
<h2 id="#5">Heaven Updates</h2>
<h3>Gratitude to the community</h3>
<p>Thank you so much for responding to the request for support. We now have 9  subscribers paying $10 each a month. This covers the hosting bill! Thank you. The next target is to cover the email service provider (~$50/month) depending on how many emails are sent, and the AI API credits. These are currently privately funded.</p>
<p>Big thank you to regular donor from Korea, Osiearth. And to Carola from The Netherlands and Darren from the UK. Your monthly tithe carries us far.</p>
<p>And much gratitude to those of you who made once off donations after the last email sent out:</p>
<p>Christel, Daniel, Magdalena and Theophil from Germany<br />Annette and Roberta from the US<br />Celia from Australia<br />Christine Glenn from Humanity's team</p>
<p>Jonathan and Marianne for buying the ebook!</p>
<p>This moves us closer to a new website and allows me to devote more time to the upgrade. More than anything, my appreciation is for your presence. That you responded in some way, confirms that this work is important. As one soul  working at this in whatever free time I can find, it means a lot when I hear from you and receive your support. Thank you so much.</p>
<p>p.s I'm using first names here to protect your anonymity, unless you gave me permission to use your full name. I've written to everyone who has supported. Please forgive me if I missed your name. I'm working on a system that records all support and lists this on our website, with your consent.</p>
<h3>Volunteers</h3>
<p>Denise from Sweden has volunteered to help out with the upgrade and Godwriting course. Thank you Denise.</p>
<p>Theophil (Germany) and Osiearth (Korea) continue to translate Heavenletters. Thank you. </p>
<h3>Godwriting Online</h3>
<p>There has been a few strong enquiries about the course! I'm really excited about this. You know my love for Heavenletters is strong, and yet I feel like Godwriting is a doorway to an even deeper relationship with God. I'll send out an email soon with more information and request your help with regarding how much to charge for the course.</p>
<h3>Update on the website</h3>
<p>I've been making steady process. I'm combining my software engineering knowledge with context and prompt engineering to leverage AI to move development ahead much faster. Here's a peek at the  updated Heavenletters brand and new website theme. Take a sneak preview of the theme by <a title="Heaven's new web theme" href="https://mailer.heavenletters.org/link/34695a91-61de-4d1c-b78d-7007e064b487/bc0962d3-a88f-4cc6-8984-6bcdc04c12ed/00000000-0000-0000-0000-000000000000">clicking here.</a></p>
<p><img src="https://mailer.heavenletters.org/uploads/Screenshot_2025-12-08_17-55-30.png" alt="Heaven Websie Screenshot" width="650" height="350" /></p>
<p>And here's the mobile version</p>
<p><img src="https://mailer.heavenletters.org/uploads/Screenshot_2025-12-08_17-57-06.png" alt="Heaven mobile version screenshot" width="465" height="558" /></p>
<p>The new website will be compatible with any device and scales effortlessly to serve people visiting on mobile devices and tablets.</p>
<h3>Statistics</h3>
<h2><img src="https://mailer.heavenletters.org/uploads/Screenshot_2025-12-08_18-02-53.png" alt="Heaven Statistics" width="650" height="191" /></h2>
<p><img src="https://mailer.heavenletters.org/uploads/Screenshot_2025-12-08_18-01-02.png" alt="heavenletter.org statistics" width="548" height="521" /></p>
<p>I installed analytics software on heavenletters.org. The top 5 countries to visit are China, US, Singapore, Germany and Portugal. Within 40 days we received 28 200 visitors who visited 93 700 times and viewed 119 000 pages on the website. That is significant! With the new website we can expect the number of visitors to steadily increase.</p>
<h3>A free weekly Heavenletter</h3>
<p>Once we reach 12 monthly subscribers, there will be sufficient budget to send out a onnce-a-week Heavenletter at no cost in all the languages we have subscribers for. Something to look forward to.</p>
<h2>Supporting Heaven</h2>
<p>The model for financial sustainability is based on offering valuable services to the community of people that read Heavenletters and by donations. Here's how you can support.</p>
<h3>A Cosmic Subscription</h3>
<p>I've just finished programming the Daily Cosmic Heavenletter. You can now subscribe to receive a random Heavenletter using your birthhday. This makes the randomness more personal and specific. <a title="Cosmic Generator" href="https://mailer.heavenletters.org/link/42d4b450-f86f-47db-858c-3da756d4e722/bc0962d3-a88f-4cc6-8984-6bcdc04c12ed/00000000-0000-0000-0000-000000000000">Click here to subscribe</a>.</p>
<h3>The daily Heavenletter</h3>
<p><a title="Heavenletter subscriptions" href="https://mailer.heavenletters.org/link/3d4ec95f-51bb-4bcd-a62b-ada1c8d371a4/bc0962d3-a88f-4cc6-8984-6bcdc04c12ed/00000000-0000-0000-0000-000000000000">Click to subscribe to the daily Heavenletter</a> and receive Heavenletters sequentially from #1 God Speaks</p>
<h3>E-book</h3>
<p><a title="Heavenletters Ebook" href="https://heavenletters.org/heavenletter-ebook-oneness-with-forward-from-allan-66237.html">Buy the e-book of 100 Heavenletters with forward from the late Allan Silberhartz.</a> It is currently available in PDF format. Kindle and other formats will be delivered to everyone who purchased the PDF before the end of the year</p>
<h3>Tithe</h3>
<p><a title="Heavenletter donations" href="https://mailer.heavenletters.org/link/5ec4fdc6-0ec6-40b9-9129-f343ab0d82ba/bc0962d3-a88f-4cc6-8984-6bcdc04c12ed/00000000-0000-0000-0000-000000000000">Click here to make a once off donation of any amount</a></p>
<h2>Closing quote from a Heavenletter</h2>
<blockquote>
<p>You will rub your eyes and exclaim: 'This is how it has been all along, and I never saw. How could I not see when there is all this God before me? But, never mind, the thing is that this is the  day I see the light of God and make it my own.</p>
</blockquote>
<p><a title="Link to Heavenletter" href="https://heavenletters.org/the-great-ones-still-live.html">The Great Ones Still Live Heavenletter #2950</a></p>
<h2>Closing Note</h2>
<p>I'm so grateful for being nudged early one morning not too long ago. The nudge was to dedicate time to Heavenletters, to serving the community who have been here all these years, and to serve those who are now arriving. I can see the road ahead and I hold a firm conviction that we have what it takes to walk this path together. I know that Heavenletters and Godwriting are catalysts to a bright future. I'm grateful that you read this far and for your support in making this come into being.</p>
<p>Oceans of Love,<br />Santhan</p>
    </div>

<div class="footer" style="text-align: center;font-size: 12px;color: #403f3e;padding: 24px 32px;background-color: #f2d793;">
        <img src="https://mailer.heavenletters.org/uploads/heaven_standalone_logo.png" alt="Heavenletters" style="max-width: 80px;height: auto;margin-bottom: 16px;">
        <p class="subheading" style="font-family: 'EB Garamond', 'Old Standard TT', serif;font-style: italic;font-size: 18px;color: #403f3e;text-align: center;margin-top: 8px;">Bringing Earth Closer to Heaven</p>
        <p>
            <a href="https://mailer.heavenletters.org/subscription/bc0962d3-a88f-4cc6-8984-6bcdc04c12ed/" style="color: #1d7ab0;text-decoration: underline;margin: 0 8px;">Unsubscribe</a>
            &nbsp;&nbsp;
            <a href="https://mailer.heavenletters.org/campaign/bc0962d3-a88f-4cc6-8984-6bcdc04c12ed/" style="color: #1d7ab0;text-decoration: underline;margin: 0 8px;">View in Browser</a>
        </p>
        <p style="margin-top: 16px;">The Internarional Godwriting Society of Heavenletters  | International. <a href="https://heavenletters.org">heavenletters.org</a></p>
    </div>
</body>
</html>]]></content:encoded>
      <pubDate>Mon, 08 Dec 2025 20:16:56 +0000</pubDate>
    </item>
    <item>
      <title>Heavenletters 2.0 - Being a Lighthouse Together</title>
      <link>https://mailer.heavenletters.org/archive/copy-of-heavenletter-2-0-5294</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>A quiet invitation to walk closer</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Lexend:wght@300;400;500;600&display=swap" rel="stylesheet">
        <style>
            body {
                background-color: #f9f0d9;
                font-family: 'Lexend', 'Open Sans', sans-serif;
                font-size: 18px;
                line-height: 1.75;
                margin: 0;
                color: #403f3e;
                padding: 32px 0;
            }

            .wrap {
                background-color: #ffffff;
                max-width: 600px;
                margin: 0 auto;
                border-radius: 8px;
                overflow: hidden;
                border: 1px solid #b7b2a3;
            }

            .header {
                text-align: center;
                padding: 32px;
                background-color: #ffffff;
            }

            .header img {
                max-width: 250px;
                height: auto;
            }

            .subheading {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-style: italic;
                font-size: 18px;
                color: #403f3e;
                text-align: center;
                margin-top: 8px;
            }

            .content {
                padding: 0 32px 32px;
            }

            .content h3 {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 24px;
                font-weight: 700;
                color: #403f3e;
                margin: 32px 0 24px 0;
                text-align: center;
                line-height: 1.3;
            }

            .content p {
                margin: 0 0 24px 0;
                color: #403f3e;
            }

            .blockquote {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 22px;
                color: #403f3e;
                border-left: 4px solid #f4406b;
                padding-left: 24px;
                margin: 32px 0;
            }

            .cta-cards {
                display: flex;
                flex-wrap: wrap;
                gap: 16px;
                justify-content: center;
                margin: 32px 0;
            }

            .card {
                background-color: #f9f0d9;
                border: 1px solid #b7b2a3;
                border-radius: 8px;
                padding: 24px;
                text-align: center;
                width: 100%;
                max-width: 250px;
            }

            .card h4 {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 20px;
                font-weight: 700;
                margin: 0 0 16px 0;
            }

            .card-subtext {
                font-size: 16px;
                margin: 16px 0 0 0;
                line-height: 1.4;
            }

            .button {
                background-color: #f4406b;
                border-radius: 8px;
                text-decoration: none !important;
                color: #ffffff !important;
                font-weight: 600;
                font-family: 'Lexend', 'Open Sans', sans-serif;
                padding: 12px 24px;
                display: inline-block;
                text-align: center;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
                transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
            }

            .button:hover {
                background-color: #d13256;
                box-shadow: 0 6px 12px rgba(0,0,0,0.15);
                transform: translateY(-1px);
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #403f3e;
                padding: 24px 32px;
                background-color: #f9f0d9;
            }
                .footer img {
                    max-width: 80px;
                    height: auto;
                    margin-bottom: 16px;
                }
                .footer a {
                    color: #1d7ab0;
                    text-decoration: underline;
                    margin: 0 8px;
                }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #1d7ab0;
                text-decoration: underline;
                transition: color 0.3s ease;
            }

            a:hover {
                color: #00008B;
            }

            .icon {
                width: 18px;
                height: 18px;
                stroke: #f4406b;
                stroke-width: 2;
                fill: none;
                vertical-align: middle;
                margin-right: 8px;
            }

            ul.icon-list {
                padding-left: 20px;
                list-style: disc;
                margin: 0 0 24px 0;
            }
            ul.icon-list li {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 6px 0;
            }

            @media screen and (max-width: 600px) {
                body {
                    padding: 16px 0;
                }
                .wrap {
                    margin: 0 16px;
                    border-radius: 0;
                }
                .content {
                    padding: 0 24px 24px;
                }
                .header {
                    padding: 24px;
                }
                .cta-cards {
                    flex-direction: column;
                    align-items: center;
                }
                .card {
                    max-width: 100%;
                }
            }
        </style>
    </head>
<body style="background-color: #f9f0d9;font-family: 'Lexend', 'Open Sans', sans-serif;font-size: 18px;line-height: 1.75;margin: 0;color: #403f3e;padding: 32px 0;">
    <div class="wrap" style="background-color: #ffffff;max-width: 600px;margin: 0 auto;border-radius: 8px;overflow: hidden;border: 1px solid #b7b2a3;">
        <div class="header" style="text-align: center;padding: 32px;background-color: #ffffff;">
            <img src="https://mailer.heavenletters.org/uploads/heaven_logo.png" alt="Heavenletters" style="max-width: 250px;height: auto;">
            <p class="subheading" style="font-family: 'EB Garamond', 'Old Standard TT', serif;font-style: italic;font-size: 18px;color: #403f3e;text-align: center;margin-top: 8px;">Bringing Earth Closer to Heaven</p>
        </div>
        <div class="content" style="padding: 0 32px 32px;">
        <p>Dear Heavenreaders,</p>
<p>This email is being resent because the last one seemed to have bounced.</p>
<p>I think of you and how to best connect heart to heart. Naturally I go the Heavenletters website and click the Cosmic Heavenletter generator! I feel into my heart, smiling as I wonder how might this intention influence the outcome of the random Heavenletter generator, a piece of code we developed over 15 years ago. Here's what landed for us.</p>
<h3>Our Heavenletter quote</h3>
<div class="blockquote" style="font-family: 'EB Garamond', 'Old Standard TT', serif; font-size: 22px; color: #403f3e; border-left: 4px solid #f4406b; padding-left: 24px; margin: 32px 0;">You come to Me here every morning as if to a water trough. You are thirsty. You come for a drink of God. I am here.</div>
<div class="blockquote" style="font-family: 'EB Garamond', 'Old Standard TT', serif; font-size: 22px; color: #403f3e; border-left: 4px solid #f4406b; padding-left: 24px; margin: 32px 0;">Do not feel bad if you do not always feel your deep connection with Me. There is value in despair. You get thirstier and hungrier, and so you are motivated to seek the more you seek, even when you don’t know the name of it. Hunger and thirst are great motivators. They urge you on. They get you moving. They are your coaches. Give them your attention.</div>
<p style="text-align: center; margin-top: 8px;"><a style="color: #1d7ab0; text-decoration: underline;" href="https://heavenletters.org/lead-with-your-heart.html" rel="noopener noreferrer">Lead with Your Heart Heavenletter #2470</a></p>
<h3>A new world is being born</h3>
<p>God in Heavenletters sure does have a way with words. Wow! The world is thirsty. As we go through this transition into a new world, the muck at the bottom of the pond of the old world, is stirred. The waters are murky and people are struggling.</p>
<h3>We are the lighthouse</h3>
<p style="text-align: center; margin: 16px 0;"><img style="max-width: 100%; height: auto; border-radius: 8px;" src="https://mailer.heavenletters.org/uploads/lighthouse.png" alt="Lighthouse" /></p>
<p>This image is from 2006 when Gloria had finished the 2000th Heavenletter. We had just launched the new website and our community rapidly grew from ~600 subscribers to ~2000. People were arriving from all over the world. The energy around Heavenletters was building. We eventually reached 18 000 subscribers with well over 400 000 Heavenletters sent out every month. There were regular translations in 7 languages, and the website served over a million visitors monthly. We were a lighthouse back then.</p>
<p>Now more than ever, the need for upliftment and signal during transition, is greater than ever. This is how we serve the world. This is how we help the new world be born. All of us who are engaged with Heavenletters in whatever way, join a planetary family of people who see the possibility of a BRIGHT FUTURE.</p>
<p>Gloria’s pen has rested, but the light she tended has not gone out.</p>
<h3>A promise kept</h3>
<p>For whatever reason, it wasn't Heaven's time to be the lighthouse. We went into a lull of limited activity for the five years after Gloria's stroke, and I was devoted to my role as a father and farmer. Before Gloria died on 1st of March 2024, I promised her that I would complete two things: a way for Heavenletters to continue to serve long into the future; and an online Godwriting workshop.</p>
<p>The code for a new website is close to 70% complete and hosted on Github, so that anyone can join in to help, and more importantly continue the work. The material for the online Workshop has been gathered and organised into a 2 week course with 3 live online weekend meetings.</p>
<p>I've been moving much faster with the help of AI for coding. We can look forward to:</p>
<ul class="icon-list">
<li>a new website before the end of 2025 with an AI assistant that lets you chat to Heavenletters and do advanced queries on the database with natural language.</li>
<li>The first online Godwriting Workshop, I have pencilled in for Saturday, November 29th as the launch date.</li>
<li>The first ebook formatted for ebook readers and all kinds of devices will be ready by next Saturday.</li>
</ul>
<h3 style="font-size: 28px;">Get involved</h3>
<p>Support Heavenletters 2.0 by:</p>
<table style="margin: 32px 0;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0 8px;" align="center" valign="top" width="33%">
<table style="background-color: #f9f0d9; border: 1px solid #b7b2a3; border-radius: 8px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 24px;" align="center">
<h4 style="font-family: 'EB Garamond','Old Standard TT',serif; font-size: 20px; font-weight: bold; margin: 0 0 16px 0;">Buy the ebook</h4>
<a class="button" style="background-color: #f4406b; border-radius: 8px; text-decoration: none!important; color: #ffffff!important; font-weight: 600; font-family: 'Lexend','Open Sans',sans-serif; padding: 12px 24px; display: inline-block; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.1);" href="https://heavenletters.org/heavenletter-ebook-oneness-with-forward-from-allan-66237.html">$10 once off</a>
<p class="card-subtext" style="font-size: 16px; margin: 16px 0 0 0; line-height: 1.4;">Pre-purchase the exquisitely designed ebook with a forward from the late Allan Silberhartz.</p>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding: 0 8px;" align="center" valign="top" width="33%">
<table style="background-color: #f9f0d9; border: 1px solid #b7b2a3; border-radius: 8px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 24px;" align="center">
<h4 style="font-family: 'EB Garamond','Old Standard TT',serif; font-size: 20px; font-weight: bold; margin: 0 0 16px 0;">Friends of Heavenletters</h4>
<a class="button" style="background-color: #f4406b; border-radius: 8px; text-decoration: none!important; color: #ffffff!important; font-weight: 600; font-family: 'Lexend','Open Sans',sans-serif; padding: 12px 24px; display: inline-block; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.1);" href="https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-73R82310PT650100AND2UQGI">$20 / month</a>
<p class="card-subtext" style="font-size: 16px; margin: 16px 0 0 0; line-height: 1.4;">Join the new Friends of Heavenletters Circle. Get access to all the unpublished content, private forum, Heavenletters by email etc..</p>
</td>
</tr>
</tbody>
</table>
</td>
<td style="padding: 0 8px;" align="center" valign="top" width="33%">
<table style="background-color: #f9f0d9; border: 1px solid #b7b2a3; border-radius: 8px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 24px;" align="center">
<h4 style="font-family: 'EB Garamond','Old Standard TT',serif; font-size: 20px; font-weight: bold; margin: 0 0 16px 0;">Daily Heavenletter</h4>
<a class="button" style="background-color: #f4406b; border-radius: 8px; text-decoration: none!important; color: #ffffff!important; font-weight: 600; font-family: 'Lexend','Open Sans',sans-serif; padding: 12px 24px; display: inline-block; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.1);" href="https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-34G47007949021940ND2VKCI">$10 / month</a>
<p class="card-subtext" style="font-size: 16px; margin: 16px 0 0 0; line-height: 1.4;">Get a daily Heavenletter delivered to your inbox and mobile device. There are 6620 of these jewels.</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>I've been personally funding the hosting and development since 2005, but that's not sustainable. These three revenue generators should be sufficient to keep Heavenletters financially self-sustainable and cover all operating costs (webservers, AI, data and future development). Much gratitude to the people who do tithe to Heavenletters. Currently we receive ~$30 a month which doesn't cover half of the current hosting bill ($75/month).</p>
<p>All money raised will go directly towards hosting, AI costs and accelerating the development of the new website, and <strong> new home for the Heavenletter Community </strong> .</p>
<h3>A Godwriter and Heaven reader said</h3>
<div class="blockquote" style="font-family: 'EB Garamond', 'Old Standard TT', serif; font-size: 22px; color: #403f3e; border-left: 4px solid #f4406b; padding-left: 24px; margin: 32px 0;">"I had been so devoid of a sense of intimacy in my life without Godwriting. I love that feeling of being blown away that the Creator of the Universe is a wise and personal mentor we have right at our fingertips, whenever and wherever we reach out to Him. I am eternally grateful to God and Heavenletters for bringing this awareness right into my living room each and every day. And for making me so aware of the fact that I can reach out to God, one on One, and there He is sitting with me every time, like He has all the time in the world for me and nothing else is more important to Him."</div>
<h3>Until the next email</h3>
<p>Thank you for reading this far. I will keep you updated through email regularly as things progress. If you don't want to receive any updates or emails from Heavenletters, please click the <a style="color: #888;" href="https://mailer.heavenletters.org/subscription/5ad77976-95ae-4ba4-a37d-8bdae919d7ee/">unsubscribe</a> link.</p>
<p>Please write to <a style="color: #1d7ab0; text-decoration: underline;" href="mailto:santhan@heavenletters.org">santhan@heavenletters.org</a> if you have any questions or feedback.</p>
<p>San Naidoo (aka Heaven Admin)</p>
<p>P.S. If now is not your time to give, your presence is a gift.</p>
<div class="blockquote" style="font-family: 'EB Garamond', 'Old Standard TT', serif; font-size: 22px; color: #403f3e; border-left: 4px solid #f4406b; padding-left: 24px; margin: 32px 0;">“...You are One with Me in fact. Now become One with Me in awareness. .....We are Oneness loving itself. We are Love Itself. We are. You are. I AM. We are. Holy be Our covenant. Our covenant is Holy. Become aware of our Holiness. It is not invisible. It is indivisible. You have to do nothing to become One with Me because you are already One with Me. Now be One with Me in your heart.”</div>
<p style="text-align: center; margin-top: 8px;"><a style="color: #1d7ab0; text-decoration: underline;" href="https://heavenletters.org/we-are-love-itself.html" rel="noopener noreferrer"> We Are Love Itself Heavenletter #108</a></p>
<div style="text-align: center; margin-top: 32px;"><img style="max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 16px;" src="https://mailer.heavenletters.org/uploads/ebook_oneness.png" alt="Ebook Oneness" /> <a class="button" style="background-color: #f4406b; border-radius: 8px; text-decoration: none!important; color: #ffffff!important; font-weight: 600; font-family: 'Lexend','Open Sans',sans-serif; padding: 12px 24px; display: block; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.1); margin: 0 auto; max-width: 200px;" href="#">Preorder the Ebook $10</a></div>
    </div>

<div class="footer" style="text-align: center;font-size: 12px;color: #403f3e;padding: 24px 32px;background-color: #f2d793;">
        <img src="https://mailer.heavenletters.org/uploads/heaven_standalone_logo.png" alt="Heavenletters" style="max-width: 80px;height: auto;margin-bottom: 16px;">
        <p class="subheading" style="font-family: 'EB Garamond', 'Old Standard TT', serif;font-style: italic;font-size: 18px;color: #403f3e;text-align: center;margin-top: 8px;">Bringing Earth Closer to Heaven</p>
        <p>
            <a href="https://mailer.heavenletters.org/subscription/5ad77976-95ae-4ba4-a37d-8bdae919d7ee/" style="color: #1d7ab0;text-decoration: underline;margin: 0 8px;">Unsubscribe</a>
            &nbsp;&nbsp;
            <a href="https://mailer.heavenletters.org/campaign/5ad77976-95ae-4ba4-a37d-8bdae919d7ee/" style="color: #1d7ab0;text-decoration: underline;margin: 0 8px;">View in Browser</a>
        </p>
        <p style="margin-top: 16px;">The Internarional Godwriting Society of Heavenletters  | International. <a href="https://heavenletters.org">heavenletters.org</a></p>
    </div>
</body>
</html>]]></content:encoded>
      <pubDate>Wed, 29 Oct 2025 18:39:16 +0000</pubDate>
    </item>
    <item>
      <title>Heavenletters 2.0 - Midwifing the Bright Future together</title>
      <link>https://mailer.heavenletters.org/archive/heavenletters-20-launch</link>
      <description></description>
      <content:encoded><![CDATA[<!doctype html>
<html>
    <head>
        <title>A quiet invitation to walk closer</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
        <base target="_blank">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Lexend:wght@300;400;500;600&display=swap" rel="stylesheet">
        <style>
            body {
                background-color: #f9f0d9;
                font-family: 'Lexend', 'Open Sans', sans-serif;
                font-size: 18px;
                line-height: 1.75;
                margin: 0;
                color: #403f3e;
                padding: 32px 0;
            }

            .wrap {
                background-color: #ffffff;
                max-width: 600px;
                margin: 0 auto;
                border-radius: 8px;
                overflow: hidden;
                border: 1px solid #b7b2a3;
            }

            .header {
                text-align: center;
                padding: 32px;
                background-color: #ffffff;
            }

            .header img {
                max-width: 250px;
                height: auto;
            }

            .subheading {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-style: italic;
                font-size: 18px;
                color: #403f3e;
                text-align: center;
                margin-top: 8px;
            }

            .content {
                padding: 0 32px 32px;
            }

            .content h3 {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 24px;
                font-weight: 700;
                color: #403f3e;
                margin: 32px 0 24px 0;
                text-align: center;
                line-height: 1.3;
            }

            .content p {
                margin: 0 0 24px 0;
                color: #403f3e;
            }

            .blockquote {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 22px;
                color: #403f3e;
                border-left: 4px solid #f4406b;
                padding-left: 24px;
                margin: 32px 0;
            }

            .cta-cards {
                display: flex;
                flex-wrap: wrap;
                gap: 16px;
                justify-content: center;
                margin: 32px 0;
            }

            .card {
                background-color: #f9f0d9;
                border: 1px solid #b7b2a3;
                border-radius: 8px;
                padding: 24px;
                text-align: center;
                width: 100%;
                max-width: 250px;
            }

            .card h4 {
                font-family: 'EB Garamond', 'Old Standard TT', serif;
                font-size: 20px;
                font-weight: 700;
                margin: 0 0 16px 0;
            }

            .card-subtext {
                font-size: 16px;
                margin: 16px 0 0 0;
                line-height: 1.4;
            }

            .button {
                background-color: #f4406b;
                border-radius: 8px;
                text-decoration: none !important;
                color: #ffffff !important;
                font-weight: 600;
                font-family: 'Lexend', 'Open Sans', sans-serif;
                padding: 12px 24px;
                display: inline-block;
                text-align: center;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
                transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
            }

            .button:hover {
                background-color: #d13256;
                box-shadow: 0 6px 12px rgba(0,0,0,0.15);
                transform: translateY(-1px);
            }

            .footer {
                text-align: center;
                font-size: 12px;
                color: #403f3e;
                padding: 24px 32px;
                background-color: #f9f0d9;
            }
                .footer img {
                    max-width: 80px;
                    height: auto;
                    margin-bottom: 16px;
                }
                .footer a {
                    color: #1d7ab0;
                    text-decoration: underline;
                    margin: 0 8px;
                }

            img {
                max-width: 100%;
                height: auto;
            }

            a {
                color: #1d7ab0;
                text-decoration: underline;
                transition: color 0.3s ease;
            }

            a:hover {
                color: #00008B;
            }

            .icon {
                width: 18px;
                height: 18px;
                stroke: #f4406b;
                stroke-width: 2;
                fill: none;
                vertical-align: middle;
                margin-right: 8px;
            }

            ul.icon-list {
                padding-left: 20px;
                list-style: disc;
                margin: 0 0 24px 0;
            }
            ul.icon-list li {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 6px 0;
            }

            @media screen and (max-width: 600px) {
                body {
                    padding: 16px 0;
                }
                .wrap {
                    margin: 0 16px;
                    border-radius: 0;
                }
                .content {
                    padding: 0 24px 24px;
                }
                .header {
                    padding: 24px;
                }
                .cta-cards {
                    flex-direction: column;
                    align-items: center;
                }
                .card {
                    max-width: 100%;
                }
            }
        </style>
    </head>
<body style="background-color: #f9f0d9;font-family: 'Lexend', 'Open Sans', sans-serif;font-size: 18px;line-height: 1.75;margin: 0;color: #403f3e;padding: 32px 0;">
    <div class="wrap" style="background-color: #ffffff;max-width: 600px;margin: 0 auto;border-radius: 8px;overflow: hidden;border: 1px solid #b7b2a3;">
        <div class="header" style="text-align: center;padding: 32px;background-color: #ffffff;">
            <img src="https://mailer.heavenletters.org/uploads/heaven_logo.png" alt="Heavenletters" style="max-width: 250px;height: auto;">
            <p class="subheading" style="font-family: 'EB Garamond', 'Old Standard TT', serif;font-style: italic;font-size: 18px;color: #403f3e;text-align: center;margin-top: 8px;">Bringing Earth Closer to Heaven</p>
        </div>
        <div class="content" style="padding: 0 32px 32px;">
        <p>
    Dear Heavenreaders,
</p>
<p>
    Its Sunday night. Eric Satie is playing in the background and my heart is soaring. I've just completed setting up <a href="https://github.com/Heavenletters" rel="noopener noreferrer">Heavenletters DAO on Github</a>. The code I've been developing over the last year, and all future code, will be available opensource far into the future, for future stewards of The International Society of Godwriters.
</p>
<p>
    I think of you and how to best connect heart to heart. Naturally I go the Heavenletters website and click the Cosmic Heavenletter generator! I feel into my heart, smiling as I wonder how might this intention influence the outcome of the random Heavenletter generator, a piece of code we developed over 15 years ago. Here's what landed for us.
</p>
<h3>
    Our Heavenletter quote
</h3>
<div class="blockquote" style="font-family: 'EB Garamond', 'Old Standard TT', serif; font-size: 22px; color: #403f3e; border-left: 4px solid #f4406b; padding-left: 24px; margin: 32px 0;">
    You come to Me here every morning as if to a water trough. You are thirsty. You come for a drink of God. I am here.
</div>
<div class="blockquote" style="font-family: 'EB Garamond', 'Old Standard TT', serif; font-size: 22px; color: #403f3e; border-left: 4px solid #f4406b; padding-left: 24px; margin: 32px 0;">
    Do not feel bad if you do not always feel your deep connection with Me. There is value in despair. You get thirstier and hungrier, and so you are motivated to seek the more you seek, even when you don’t know the name of it. Hunger and thirst are great motivators. They urge you on. They get you moving. They are your coaches. Give them your attention.
</div>
<p style="text-align: center; margin-top: 8px;">
    <a style="color: #1d7ab0; text-decoration: underline;" href="https://heavenletters.org/lead-with-your-heart.html" rel="noopener noreferrer">Lead with Your Heart Heavenletter #2470</a>
</p>
<h3>
    A new world is being born
</h3>
<p>
    God in Heavenletters sure does have a way with words. Wow! The world is thirsty. As we go through this transition into a new world, the muck at the bottom of the pond of the old world, is stirred. The waters are murky and people are struggling.
</p>
<h3>
    We are the lighthouse
</h3>
<p style="text-align: center; margin: 16px 0;">
    <img style="max-width: 100%; height: auto; border-radius: 8px;" src="https://mailer.heavenletters.org/uploads/lighthouse.png" alt="Lighthouse" />
</p>
<p>
    This image is from 2006 when Gloria had finished the 2000th Heavenletter. We had just launched the new website and our community rapidly grew from ~600 subscribers to ~2000. People were arriving from all over the world. The energy around Heavenletters was building. We eventually reached 18 000 subscribers with well over 400 000 Heavenletters sent out every month. There were regular translations in 7 languages, and the website served over a million visitors monthly. We were a lighthouse back then.
</p>
<p>
    Now more than ever, the need for upliftment and signal during transition, is greater than ever. This is how we serve the world. This is how we help the new world be born. All of us who are engaged with Heavenletters in whatever way, join a planetary family of people who see the possibility of a BRIGHT FUTURE.
</p>
<p>
    Gloria’s pen has rested, but the light she tended has not gone out.
</p>
<h3>
    A promise kept
</h3>
<p>
    For whatever reason, it wasn't Heaven's time to be the lighthouse. We went into a lull of limited activity for the five years after Gloria's stroke, and I was devoted to my role as a father and farmer. Before Gloria died on 1st of March 2024, I promised her that I would complete two things: a way for Heavenletters to continue to serve long into the future; and an online Godwriting workshop.
</p>
<p>
    The code for a new website is close to 70% complete and hosted on Github, so that anyone can join in to help, and more importantly continue the work. The material for the online Workshop has been gathered and organised into a 2 week course with 3 live online weekend meetings.
</p>
<p>
    I've been moving much faster with the help of AI for coding. We can look forward to:
</p>
<ul class="icon-list">
    <li>
        • a new website before the end of 2025 with an AI assistant that lets you chat to Heavenletters and do advanced queries on the database with natural language.
    </li>
    <li>
        • The first online Godwriting Workshop, I have pencilled in for Saturday, November 29th as the launch date.
    </li>
    <li>
        • The first ebook formatted for ebook readers and all kinds of devices will be ready by next Saturday.
    </li>
</ul>
<h3 style="font-size: 28px;">
    Get involved
</h3>
<p>
    Support Heavenletters 2.0 by:
</p>
<table style="margin: 32px 0;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
    <tbody>
        <tr>
            <td style="padding: 0 8px;" align="center" valign="top" width="33%">
                <table style="background-color: #f9f0d9; border: 1px solid #b7b2a3; border-radius: 8px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
                    <tbody>
                        <tr>
                            <td style="padding: 24px;" align="center">
                                <h4 style="font-family: 'EB Garamond','Old Standard TT',serif; font-size: 20px; font-weight: bold; margin: 0 0 16px 0;">
                                    Buy the ebook
                                </h4>
                                <a class="button" style="background-color: #f4406b; border-radius: 8px; text-decoration: none!important; color: #ffffff!important; font-weight: 600; font-family: 'Lexend','Open Sans',sans-serif; padding: 12px 24px; display: inline-block; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.1);" href="https://heavenletters.org/heavenletter-ebook-oneness-with-forward-from-allan-66237.html">$10 once off</a>
                                <p class="card-subtext" style="font-size: 16px; margin: 16px 0 0 0; line-height: 1.4;">
                                    Pre-purchase the exquisitely designed ebook with a forward from the late Allan Silberhartz.
                                </p>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </td>
            <td style="padding: 0 8px;" align="center" valign="top" width="33%">
                <table style="background-color: #f9f0d9; border: 1px solid #b7b2a3; border-radius: 8px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
                    <tbody>
                        <tr>
                            <td style="padding: 24px;" align="center">
                                <h4 style="font-family: 'EB Garamond','Old Standard TT',serif; font-size: 20px; font-weight: bold; margin: 0 0 16px 0;">
                                    Friends of Heavenletters
                                </h4>
                                <a class="button" style="background-color: #f4406b; border-radius: 8px; text-decoration: none!important; color: #ffffff!important; font-weight: 600; font-family: 'Lexend','Open Sans',sans-serif; padding: 12px 24px; display: inline-block; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.1);" href="https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-73R82310PT650100AND2UQGI">$20 / month</a>
                                <p class="card-subtext" style="font-size: 16px; margin: 16px 0 0 0; line-height: 1.4;">
                                    Join the new Friends of Heavenletters Circle. Get access to all the unpublished content, private forum, Heavenletters by email etc..
                                </p>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </td>
            <td style="padding: 0 8px;" align="center" valign="top" width="33%">
                <table style="background-color: #f9f0d9; border: 1px solid #b7b2a3; border-radius: 8px;" role="presentation" border="0" width="100%" cellspacing="0" cellpadding="0">
                    <tbody>
                        <tr>
                            <td style="padding: 24px;" align="center">
                                <h4 style="font-family: 'EB Garamond','Old Standard TT',serif; font-size: 20px; font-weight: bold; margin: 0 0 16px 0;">
                                    Daily Heavenletter
                                </h4>
                                <a class="button" style="background-color: #f4406b; border-radius: 8px; text-decoration: none!important; color: #ffffff!important; font-weight: 600; font-family: 'Lexend','Open Sans',sans-serif; padding: 12px 24px; display: inline-block; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.1);" href="https://www.paypal.com/webapps/billing/plans/subscribe?plan_id=P-34G47007949021940ND2VKCI">$10 / month</a>
                                <p class="card-subtext" style="font-size: 16px; margin: 16px 0 0 0; line-height: 1.4;">
                                    Get a daily Heavenletter delivered to your inbox and mobile device. There are 6620 of these jewels.
                                </p>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </td>
        </tr>
    </tbody>
</table>
<p>
    I've been personally funding the hosting and development since 2005, but that's not sustainable. These three revenue generators should be sufficient to keep Heavenletters financially self-sustainable and cover all operating costs (webservers, AI, data and future development). Much gratitude to the people who do tithe to Heavenletters. Currently we receive ~$30 a month which doesn't cover half of the current hosting bill ($75/month).
</p>
<p>
    All money raised will go directly towards hosting, AI costs and accelerating the development of the new website, and
    <strong>
        new home for the Heavenletter Community
    </strong>
    .
</p>
<h3>
    A Godwriter and Heaven reader said
</h3>
<div class="blockquote" style="font-family: 'EB Garamond', 'Old Standard TT', serif; font-size: 22px; color: #403f3e; border-left: 4px solid #f4406b; padding-left: 24px; margin: 32px 0;">
    "I had been so devoid of a sense of intimacy in my life without Godwriting. I love that feeling of being blown away that the Creator of the Universe is a wise and personal mentor we have right at our fingertips, whenever and wherever we reach out to Him. I am eternally grateful to God and Heavenletters for bringing this awareness right into my living room each and every day. And for making me so aware of the fact that I can reach out to God, one on One, and there He is sitting with me every time, like He has all the time in the world for me and nothing else is more important to Him."
</div>
<h3>
    Until the next email
</h3>
<p>
    Thank you for reading this far. I will keep you updated through email regularly as things progress. If you don't want to receive any updates or emails from Heavenletters, please click the <a style="color: #888;" href="https://mailer.heavenletters.org/subscription/3990de4e-ef7e-4b55-9ea1-02cc90485bc1/">unsubscribe</a> link.
</p>
<p>
    Please write to <a style="color: #1d7ab0; text-decoration: underline;" href="mailto:santhan@heavenletters.org">santhan@heavenletters.org</a> if you have any questions or feedback.
</p>
<p>
    San Naidoo (aka Heaven Admin)
</p>
<p>
    P.S. If now is not your time to give, your presence is a gift.
</p>
<div class="blockquote" style="font-family: 'EB Garamond', 'Old Standard TT', serif; font-size: 22px; color: #403f3e; border-left: 4px solid #f4406b; padding-left: 24px; margin: 32px 0;">
    “...You are One with Me in fact. Now become One with Me in awareness. .....We are Oneness loving itself. We are Love Itself. We are. You are. I AM. We are. Holy be Our covenant. Our covenant is Holy. Become aware of our Holiness. It is not invisible. It is indivisible. You have to do nothing to become One with Me because you are already One with Me. Now be One with Me in your heart.”
</div>
<p style="text-align: center; margin-top: 8px;">
    <a style="color: #1d7ab0; text-decoration: underline;" href="https://heavenletters.org/we-are-love-itself.html" rel="noopener noreferrer"> We Are Love Itself Heavenletter #108</a>
</p>
<div style="text-align:center; margin-top: 32px;">
    <img src="https://mailer.heavenletters.org/uploads/ebook_oneness.png" alt="Ebook Oneness" style="max-width:100%;height:auto;border-radius:8px; margin-bottom: 16px;">
    <a href="#" class="button" style="background-color:#f4406b;border-radius:8px;text-decoration:none!important;color:#ffffff!important;font-weight:600;font-family:'Lexend','Open Sans',sans-serif;padding:12px 24px;display:block;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,0.1); margin: 0 auto; max-width: 200px;">Preorder the Ebook $10</a>
</div>
    </div>

<div class="footer" style="text-align: center;font-size: 12px;color: #403f3e;padding: 24px 32px;background-color: #f2d793;">
        <img src="https://mailer.heavenletters.org/uploads/heaven_standalone_logo.png" alt="Heavenletters" style="max-width: 80px;height: auto;margin-bottom: 16px;">
        <p class="subheading" style="font-family: 'EB Garamond', 'Old Standard TT', serif;font-style: italic;font-size: 18px;color: #403f3e;text-align: center;margin-top: 8px;">Bringing Earth Closer to Heaven</p>
        <p>
            <a href="https://mailer.heavenletters.org/subscription/3990de4e-ef7e-4b55-9ea1-02cc90485bc1/" style="color: #1d7ab0;text-decoration: underline;margin: 0 8px;">Unsubscribe</a>
            &nbsp;&nbsp;
            <a href="https://mailer.heavenletters.org/campaign/3990de4e-ef7e-4b55-9ea1-02cc90485bc1/" style="color: #1d7ab0;text-decoration: underline;margin: 0 8px;">View in Browser</a>
        </p>
        <p style="margin-top: 16px;">The Internarional Godwriting Society of Heavenletters  | International. <a href="https://heavenletters.org">heavenletters.org</a></p>
    </div>
</body>
</html>]]></content:encoded>
      <pubDate>Sun, 19 Oct 2025 18:45:50 +0000</pubDate>
    </item>
  </channel>
</rss>