10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
<?php
|
|
|
|
$smtp_to_email = '';
|
|
$smtp_from_email = '';
|
|
|
|
$smtp_host = '';
|
|
$smtp_username = '';
|
|
$smtp_password = '';
|
|
|
|
?> |