Simple steps to set Sendgrid as your Appwrite SMTP server
- Update your Appwrite Env vars with settings from your Sendgrid account
- _APP_SYSTEM_EMAIL_NAME=Project%20Team
- [email protected]
Simple steps to set Sendgrid as your Appwrite SMTP server
- _APP_SYSTEM_EMAIL_NAME=Project%20Team
- [email protected]
| library(gapminder) | |
| library(ggplot2) | |
| library(gganimate) | |
| p <- ggplot(gapminder, aes(gdpPercap, lifeExp, size = pop, colour = country)) + | |
| geom_point(alpha = 0.7) + | |
| scale_colour_manual(values = country_colors) + | |
| scale_size(range = c(2, 12)) + | |
| scale_x_log10() + | |
| facet_wrap(~continent) + |
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.