Skip to content

Instantly share code, notes, and snippets.

View niklasravnsborg's full-sized avatar
🇺🇦
#StandWithUkraine

Niklas Ravnsborg niklasravnsborg

🇺🇦
#StandWithUkraine
View GitHub Profile
@niklasravnsborg
niklasravnsborg / easymail.php
Last active August 29, 2015 14:12 — forked from richartkeil/easymail.php
Send Mails with PHP
<?php
// USAGE
// include easymail.php `include('easymail.php');`
// Use like this `sendMail('to which mail address',
// 'message',
// 'subject',
// 'from which mail address',
// 'name to',
// 'name from');`