Attempting to add in application email generation

Hello again,

I have been attempting to build out a utility that will pull information from an accounting platform and email it under the login in user’s email account (through SMTP, Gmail, M365).

I have tried at least 4 separate projects (and various prompts) to have replit design an internally hosted email sending system. There seems to be a secret that I have not found to date on how to this.

Either the system gets stuck in a loop when trying to create / save email templates, or it keeps insisting to implement Sendgrid, even when I start and end the prompt with “DO NOT USE SENDGRID” :face_with_symbols_on_mouth:

Any suggestions would be appreciated.

Did you tell it to explicitly use SMTP instead of Sendgrid? I’ve never had any issues with it installing nodemailer and making it work.