Prepare the code to test properly sendtomail.php
This commit is contained in:
parent
15fe0401bc
commit
9753938a2e
3 changed files with 92 additions and 12 deletions
|
@ -1,4 +1,11 @@
|
|||
<?php
|
||||
|
||||
require_once (dirname(__FILE__) . "/../config_default.php");
|
||||
$config['calibre_directory'] = dirname(__FILE__) . "/BaseWithSomeBooks/";
|
||||
$config['calibre_directory'] = dirname(__FILE__) . "/BaseWithSomeBooks/";
|
||||
|
||||
$config['cops_mail_configuration'] = array( "smtp.host" => "smtp.free.fr",
|
||||
"smtp.username" => "",
|
||||
"smtp.password" => "",
|
||||
"smtp.secure" => "",
|
||||
"address.from" => "cops@slucas.fr"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue