this post was submitted on 15 Jun 2023
27 points (93.5% liked)

Selfhosted

39235 readers
543 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

One of the things I don't really want to self host is a mail server, especially for outbound mail. Currently I'm using a Gmail account, but I want to change that.

What do you all use for things like notifications sent through smtp?

I'm leaning towards AWS SES since it's cheap, but I know there are some other options like mailgun and sendgrid.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

This is a weird one. I have my instance in a vps that blocks smtp and all it's alternative and secure ports. Is there anyway for me to get smtp out of here? Id have to fiddle with Lemmy's functions. I imagine an API or something. Anyone have experience with this?

[–] [email protected] 3 points 1 year ago

Does your vps provider block outbound smtp to port 465/587? Usually providers only block port 25 outbound so that the vps can't send mail directly to a server (and can't host incoming mail). I haven't seen many providers block smtp altogether.

If that's the case though, services like sendgrid do offer http apis. I'm not sure if there's any sort of smtp-to-http relay bridge, but I wouldn't be surprised if there is one. Otherwise Lemmy would have to support the specific api to send e-mails through.