- Thread starter
- #11
ok, I'll put asap a new version, but yes for the config, place a file named database.xml into the main directory of mediaportal with this structure:
<?xml version="1.0" standalone="yes"?>
<MceGmailDatabase xmlns="http://tempuri.org/MceGmailDatabase.xsd">
<Account>
<id>0</id>
<email></email>
<password></password>
</Account>
</MceGmailDatabase>
Replace email and password with yours.
<?xml version="1.0" standalone="yes"?>
<MceGmailDatabase xmlns="http://tempuri.org/MceGmailDatabase.xsd">
<Account>
<id>0</id>
<email></email>
<password></password>
</Account>
</MceGmailDatabase>
Replace email and password with yours.