fsfe-website/support/template-email-confirm.en.inc

16 lines
293 B
PHP

<?php
// This is the contents of the e-mail sent to a new signup
$subject = 'Confirm your e-mail address';
$message = '
Thank you for showing your support to the FSFE!
Please confirm your e-mail address by opening the page
http://fsfe.org/support/portal.en?'. $secret .'
Thank you!
';
?>