azwar
Hi, currently i want to setup custom SMTP server with sendgrid. I have stuck at server host. May i know where to get the server host?
TL;DR
Developers want to set up a custom SMTP server with SendGrid but are unsure of the server host. The correct server host for SendGrid is likely smtp.sendgrid.net. It can be found in the SendGrid documentation or platform interface. Steven
You should see that somewhere in SendGrid
Steven
But it's probably smtp.sendgrid.net
Steven
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...