parent
c806bd04b8
commit
8010920909
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$smtp_host = "mail.gandi.net";
|
||||
$smtp_username = "adresse@example.com";
|
||||
$smtp_password = "p@ssw0rd";
|
||||
$smtp_from = "contact@cotcot.org";
|
||||
$smtp_addresses = array();
|
||||
$smtp_addresses[0] = array(
|
||||
"email"=>"contact@cotcot.org",
|
||||
"user"=>"webmaster"
|
||||
);
|
||||
?>
|
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 495 KiB |
Loading…
Reference in new issue