Skip to content

Instantly share code, notes, and snippets.

@lineharo
lineharo / mail_test.php
Created December 26, 2016 20:05
Tiny mail test for php
<?php
$address="example@domain.com";
$subj="Mail Test";
$text=date("D, d.m.y, H:i");
$head="Content-type:text/plain; \n\t charset=windows-1251;";
echo "Sending to $address";
mail($address, $subj, $text, $head);
echo "Ok, it works";
@lineharo
lineharo / header.pug
Created December 26, 2016 19:46
PUG - auto version .css or another files in HTML head
- function pDate() {
- return new Date().getTime();
- }
doctype html
html(lang="ru")
head
meta(charset="utf-8")
title TITLE