From 832cbda196b0d0c0912497f56bd4be15a3e15327 Mon Sep 17 00:00:00 2001 From: aboutDavid <3875633-aboutDavid@users.noreply.replit.com> Date: Sun, 30 Apr 2023 22:01:45 +0000 Subject: [PATCH] add email & fix dev setup --- _site/index.html | 2 +- index.js | 2 +- index.njk | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/_site/index.html b/_site/index.html index f0c8efa..f5f8229 100644 --- a/_site/index.html +++ b/_site/index.html @@ -1 +1 @@ -email.radio - Free E-mail for all amateur radio operators

email.radio

email.radio is dedicated to providing free email hosting for all licensed ham radio operators. You will get a (free!) email @email.radio address.

If you already have an account, you can access the dashboard here and the webmail here.


Your email will be

\ No newline at end of file +email.radio - Free E-mail for all amateur radio operators

email.radio

email.radio is dedicated to providing free email hosting for all licensed ham radio operators. You will get a (free!) email @email.radio address.

If you already have an account, you can access the dashboard here and the webmail here.


Your email will be


E-Mail Settings

IMAP:

Username: CALLSIGN@email.radio

Host: mail.email.radio

Port: 143

SSL: STARTTLS

SMTP:

Username: CALLSIGN@email.radio

Host: mail.email.radio

Port: 587

SSL: STARTTLS

\ No newline at end of file diff --git a/index.js b/index.js index 6aa5bd3..e625316 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,2 @@ const execSync = require('child_process').execSync; -code = execSync('npm dev'); \ No newline at end of file +code = execSync('npm start'); \ No newline at end of file diff --git a/index.njk b/index.njk index dea6b71..dc25e0a 100644 --- a/index.njk +++ b/index.njk @@ -11,6 +11,21 @@ layout: base.njk

Your email will be

+
+
+ E-Mail Settings +

IMAP:

+

Username: CALLSIGN@email.radio

+

Host: mail.email.radio

+

Port: 143

+

SSL: STARTTLS

+ +

SMTP:

+

Username: CALLSIGN@email.radio

+

Host: mail.email.radio

+

Port: 587

+

SSL: STARTTLS

+