Summer Sale! All accounts are 50% off this week.

Brammah's avatar

Brammah liked a comment+100 XP

2w ago

What is the best SMTP server for ensuring bulk marketing emails reach the Gmail inbox instead of the spam folder?

@Sadman If you're sending lots of cold emails, then they should be marked as spam. That's exactly what spam filters are for. What you're trying to do is circumvent a protection that all email servers are trying to implement, so I think it might be hard once you increase the amount.

Brammah's avatar

Brammah liked a comment+100 XP

2w ago

What is the best SMTP server for ensuring bulk marketing emails reach the Gmail inbox instead of the spam folder?

@Sadman Never heard of warning up an email.

Just make sure you adopt the latest standards as indicated.

Brammah's avatar

Brammah liked a comment+100 XP

2w ago

What is the best SMTP server for ensuring bulk marketing emails reach the Gmail inbox instead of the spam folder?

Its not down to the service you use, but the reputation of your domain and the DKIM, DMARC and SPF settings being correctly defined.

Brammah's avatar

Brammah wrote a comment+100 XP

3w ago

The Many Misconceptions of Laravel : Ep 2, Is Laravel Too Magical?

I love how Jeremy makes an argument, grabs your attention so that you are curious to know why he made the argument, then calmly proves that, 'hey, this is not that big of a deal.'

I love Laracasts, man, God bless all of you guys. Great video.

Brammah's avatar

Brammah liked a comment+100 XP

1mo ago

AI Developer Workflows: Ep 2, Refactoring AI

@Brammah That is a hat that gets warn almost every day. 🙃

Brammah's avatar

Brammah liked a comment+100 XP

3mos ago

Learn Vue 3: Step by Step: Ep 18, Two Mental Leaps to Script Setup

@richard Whoops! Must have been an auto-complete accident. Sorry about that.

I meant @jred_lewis.

Brammah's avatar

Brammah liked a comment+100 XP

3mos ago

Learn Vue 3: Step by Step: Ep 16, Vite

Never mind. Should have just done it. You didn't exactly explain or indicate that Vite is included as part of a Vue setup now. I assumed they were separate efforts.

Brammah's avatar

Brammah liked a comment+100 XP

3mos ago

Learn Vue 3: Step by Step: Ep 16, Vite

@DanielH The Vue team very much encourages Visual Studio Code, so I'm a bit of an outlier here.

Brammah's avatar

Brammah wrote a comment+100 XP

3mos ago

Learn Vue 3: Step by Step: Ep 14, More Flexible Components With Slots and Flags

@impbob36 Use Concurrently and make it OS-aware.

{
  "scripts": {
    "serve-static": "npx serve",
    "api": "npx json-server db.json -p 3001",
    "start": "concurrently \"npm run serve-static\" \"npm run api\""
  },
  "devDependencies": {
    "concurrently": "^9.2.1",
    "json-server": "^1.0.0-beta.15"
  }
}

Brammah's avatar

Brammah wrote a comment+100 XP

5mos ago

AI Developer Workflows: Ep 2, Refactoring AI

Hi Jeffrey, is that the design for the cap? I was looking at it and wanted to refactor it :). Is it dirty, or is that its design?

I apologize if I overstepped.