Repl.it Email SMTP Server

Hey there!

I recently made a Repl.it project that partially involves sending verification emails to users. However, as anyone would guess, these emails are entirely unauthorized, and I cannot add any SPF records to my domain because I do not know the domain of Repl.it’s SMTP server.

Does anyone know the domain I should use for an SPF record so that emails that I send (particularly using nodemailer) are actually authorized? If not, is there some other method I should be using?

Thanks in advance!

Welcome to the community, @AriesNinja! I think the problem might be because its replit.co now.

Thanks for the welcome! Even if it is replit.co, I’m not sure how to find the smtp server (Im not great at coding hahaha).

Is it just smtp.replit.co?

@bigminiboss @not-ethan wdyt?

1 Like

¯\_(ツ)_/¯ you should ping maybe @InvisibleOne or something XD I don’t know email automation

1 Like

I have no idea what replit’s SMTP server is, I usually just use a gmail account and their SMTP servers. Maybe one of the replit mods knows.

3 Likes

Thank you, I ended up just doing that and it works perfectly. However, in Gmail when I click the user account associated with my email, it displays what appears to be a random 3 character hex with a colon before it (i.e. :128 or :13f). Any clue why?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.