Skip to content

Instantly share code, notes, and snippets.

View ednar28's full-sized avatar
😆
maybe right

Rizky Putra ednar28

😆
maybe right
View GitHub Profile
@ednar28
ednar28 / outbound-email-with-cloudflare.md
Created March 30, 2024 09:58 — forked from irazasyed/outbound-email-with-cloudflare.md
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

<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
class DBDropParatestDatabases extends Command
{
/**
@ednar28
ednar28 / .eslintrc.js
Last active December 1, 2021 03:20
vue js]
module.exports = {
root: true,
env: {
browser: true,
es6: true,
},
plugins: ['vue'],
extends: ['plugin:vue/vue3-recommended'],
parser: 'vue-eslint-parser',
parserOptions: {