Enable Replies via E-mail

I am probably one of the few people that use mailing list mode with discourse forums however it would be very nice to enable replies via e-mail.

1 Like

That’s a neat idea, but I think @ncw or @Edcw would need to help out with something like that.

Docs are here → Set up reply by email with POP3 polling - Documentation / Self-Hosting - Discourse Meta

With some examples.

2 Likes

Thanks @Animosity022 @debtquity , we'll have a look at it this week :slightly_smiling_face:

1 Like

Would like to add my support/request for this too

1 Like

@Edcw comment for you to reply to via email

Test reply via email!

Looks like reply by email is now working :slight_smile: @debtquity @rclone-ui

Feel free to test it on this thread.

Let's see :eyes:

(hopefully this reply is long enough)

@ncw yes, I see the option to reply via e-mail, thank you for implementing this so quickly!

@ncw I did observe this error in my mail server:

Feb 20 17:26:49 brumal stalwart[216807]: 2026-02-20T17:26:49Z INFO STARTTLS error (delivery.start-tls-error) ... domain = "forum.rclone.org", hostname = "mail.rclone.org", reason = SMTP error occurred (smtp.error) { details = "TLS Error", reason = "invalid peer certificate: certificate not valid for name "mail.rclone.org"; certificate is only valid for DnsName("box.craig-wood.com"), DnsName("craig-wood.com"), DnsName("mail.craig-wood.com"), DnsName("portisaacmill.co.uk"), DnsName("www.craig-wood.com") or DnsName("www.portisaacmill.co.uk")" }, elapsed = 6ms
# printf 'quit\n' | openssl s_client -connect mail.rclone.org:25 -starttls smtp | openssl x509 -text
...
            X509v3 Subject Alternative Name:
                DNS:box.craig-wood.com, DNS:craig-wood.com, DNS:mail.craig-wood.com, DNS:portisaacmill.co.uk, DNS:www.craig-wood.com, DNS:www.portisaacmill.co.uk

You or administrator need to add mail.rclone.org as SAN on next ACME renewal.

Regardless, seems like my reply was eventually delivered on a subsequent attempt.

Thanks @debtquity will do that.

@debtquity that should be all fixed now - thank you for pointing it out.

1 Like