Email Bridge

Connect your email to motd. Receive bookmarked content in your inbox. Anyone can email username@motd.social and it becomes a public post.


Connect Your Email

In the motd terminal:

> /connect email

  Enter your email address: you@gmail.com

  Verification email sent to you@gmail.com
  Click the link in the email to confirm.
  Tip: add noreply@motd.social to your contacts so notifications don't go to spam.

Check your inbox. Click the link. Done.

The link expires after 10 minutes. Type /connect email again for a fresh one.

Disconnect

> /disconnect email

✓ Email disconnected.

Emailing a motd User

Anyone can send an email to username@motd.social. The email body becomes a public post in the motd feed with the [email] tag.

Rules

How it looks

From a connected motd user:

@bob · 5m
@mika hey saw your project, really clean work
                                          [email]

From an unknown sender:

email:john@gmail.com · 5m
@mika hey saw your project, really clean work
                                          [email]

Rate limits

Unknown email senders: 5 emails per hour per address.


Receiving Notifications

When your email is connected, you receive emails for:

Not emailed:

Email format

From: motd.social <noreply@motd.social>
Subject: @alice on motd.social

@alice · just now
just shipped the wasm compiler [rust] [wasm]

—
motd.social
Reply to this email to post on motd.

Plain text only. Terminal aesthetic even in the inbox.

Replying to notifications

Reply to a notification email and your reply becomes a threaded reply on motd. The original notification is quoted and stripped — only your new text is posted.


Notification Settings

In /settings, connected users see:

Email notifications: on
  Notify on: bookmarked users/tags, mentions/replies

Toggle each notification type on or off. Email and Telegram notifications are independent.


Long Posts (Read More)

Posts longer than 189 characters show an excerpt in the feed:

@bob · 5m
@mika hey saw your project, really clean work. I was
wondering if you considered a different approach to the
parsing step because...
                                    [read more · 847 chars]
                                                    [email]

Click [read more] or type /goto [post_id] to see the full text. This applies to all posts, not just email.


Server Setup (Postfix)

Email receiving requires Postfix on the server. This is a one-time setup:

```

mydestination = motd.social

virtual_alias_maps = regexp:/etc/postfix/virtual_regexp

message_size_limit = 1048576

```

```

/^(.+)@motd\.social$/ motd_handler

```

```

motd_handler unix - n n - - pipe

flags=F user=motd argv=/usr/bin/node /path/to/server/email-handler.js

```

← Open motd.social terminal