16 lines
320 B
PHP
16 lines
320 B
PHP
<?php
|
|
// This is the contents of the e-mail sent to a new signup
|
|
|
|
$subject = 'Ripohoni adresën tuaj e-mail';
|
|
|
|
$message = '
|
|
Ju faleminderit që demonstroni përkrahjen tuaj për FSFE-në!
|
|
|
|
Ju lutemi, ripohoni adresën tuaj e-mail duke hapur faqen
|
|
http://fsfe.org/support/portal.sq?'. $secret .'
|
|
|
|
Ju faleminderit!
|
|
';
|
|
|
|
?>
|