If you need SMTP with username and password or a different port, a couple of modifications can be made. For instance if you use Google Apps for you mail, the following will help you get started
In the
svnmanager/UserModule/
directory InvitePage.php & InviteManagePage.php need modifications to add the needed configurations. In both files, locate the following.
Hi
Just installed svnmanager but can't use it since our smtp server requeres autentication (user and password)
Where we should put this info?
thanks in advance
I need the same info. Our email is hosted with google and would like to know how to link it to google mail server.
If you need SMTP with username and password or a different port, a couple of modifications can be made. For instance if you use Google Apps for you mail, the following will help you get started
In the
directory InvitePage.php & InviteManagePage.php need modifications to add the needed configurations. In both files, locate the following.
Replace the code above with the code below
In your config.php file under
ad the following
You should now be set.