varo
varo
WWasp-lang
Created by varo on 10/22/2024 in #đŸ™‹questions
Setting up custom mail provider
As title says, I would like to know if there's the possibility of using another mail provider than mailgun, sendgrid or a SMTP. Let's say, SMTP2GO. as I'm not allowed to create an account on the both big services due to geographical reasons. Is there a way to implement this? or is this already possible choosing STMP and specifying the provider? If it's not possible, I'll just go to a cheap VPS but they are usually blocking port 25 haha.
8 replies
WWasp-lang
Created by varo on 9/12/2024 in #đŸ™‹questions
How to correctly use queries
as title says, I've been trying to implement some queries to know how everything works, but having some doubts: - I want to fetch some files located on the server side, what's the recommended path to locate these files? it works, but process.cwd() returns me .wasp/out path and idk if I should keep it or change to @src/server/files or .wasp/out/server/src - Are operations on openSAAS used like queries.ts? there's no difference right? - it works for me without using entities, if I use them, it gives me unexpected token (I'm using them wrong ik), should I figure out and use them? Maybe if I'm handling with files and not objects in some db it's different
15 replies
WWasp-lang
Created by varo on 9/10/2024 in #đŸ™‹questions
print wasp documents? (irl)
Hi guys, I'm sorry this is not a technical question haha, but I like to keep my important stuff irl and I wonder if it's a pdf or a download mirror to the documentation? I prefer not to print the web view of the docs
6 replies