Skip to content

Instantly share code, notes, and snippets.

View greffgreff's full-sized avatar
😀

Chandler Greff greffgreff

😀
View GitHub Profile
@irazasyed
irazasyed / outbound-email-with-cloudflare.md
Last active June 21, 2024 11:36
Using Gmail SMTP with Cloudflare Email Routing: A Step-by-Step Guide

Using Gmail SMTP with Cloudflare Email Routing: Step-by-Step Guide

Learn how to send emails through Gmail SMTP with Cloudflare Email Routing in this comprehensive guide.

Step 1: Enable 2-Factor Authentication

To proceed with this method, ensure that you have enabled two-factor authentication for your Google account. If you haven't done so already, you can follow the link to set it up → Enable 2FA in your Google account.

Step 2: Create an App Password for Mail

@bmaupin
bmaupin / free-database-hosting.md
Last active June 21, 2024 14:33
Free database hosting
@bmaupin
bmaupin / free-backend-hosting.md
Last active June 20, 2024 22:40
Free backend hosting
@spemer
spemer / customize-scrollbar.css
Last active May 4, 2024 06:37
✨ Customize website's scrollbar like Mac OS. Not supports in Firefox and IE.
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
/* total width */
body::-webkit-scrollbar {
background-color: #fff;
width: 16px;
}
/* background of the scrollbar except button or resizer */