Skip to content

Instantly share code, notes, and snippets.

@junias91
junias91 / zipcodes.germany.sql
Created January 28, 2026 10:17 — forked from iteufel/zipcodes.germany.sql
German Zip codes with coordinates and names
This file has been truncated, but you can view the full file.
# ************************************************************
# Sequel Pro SQL dump
# Version 4541
#
# http://www.sequelpro.com/
# https://github.com/sequelpro/sequelpro
#
# Host: 127.0.0.1 (MySQL 5.7.16-0ubuntu0.16.04.1)
# Generation Time: 2016-12-21 12:35:15 +0000
@junias91
junias91 / send-emails-via-smtp.php
Created February 18, 2019 14:10 — forked from damiencarbery/send-emails-via-smtp.php
Sent WordPress emails with SMTP - Deliver emails reliably by using SMTP. Use a tiny streamlined plugin to keep things fast. https://www.damiencarbery.com/2019/01/send-wordpress-emails-with-smtp/
<?php
/*
Plugin Name: Send email via SMTP
Plugin URI: https://www.damiencarbery.com/2019/01/send-wordpress-emails-with-smtp/
Description: Send emails via SMTP.
Author: Damien Carbery
Version: 0.1
*/