Search found 4 matches
- 10 Aug 2010, 13:33
- Forum: Help
- Topic: plugin manager
- Replies: 3
- Views: 2785
plugin manager
i'm using mantis 1.2.2. unfortunately i coudlnt install plugin manager. several plugins wont work without plugin manager. when i uploaded plugin manager to my plugin and root folder, under plugins menu that setup is not visible. any ideas?
- 10 Aug 2010, 09:54
- Forum: Help
- Topic: Gmail works!
- Replies: 12
- Views: 35130
Re: Gmail works!
@atrol. Sorry about my previous reply. I didn't read your post correctly. i forgot updating means upgrading to a new version.. anyways like you said ill try updating config_inc.php.
Thanks again
Thanks again
- 10 Aug 2010, 09:19
- Forum: Help
- Topic: Gmail works!
- Replies: 12
- Views: 35130
Re: Gmail works!
Edited : I'll try updating that file like you said
cheers.
cheers.
- 10 Aug 2010, 04:08
- Forum: Help
- Topic: Gmail works!
- Replies: 12
- Views: 35130
Re: Gmail works!
goto : config_defaults_inc.php
Line : 483 (approx)
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com:465';
$g_smtp_username = 'username@gmail.com';
$g_smtp_password = 'yourpassword';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
These are the 100% working ...
Line : 483 (approx)
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com:465';
$g_smtp_username = 'username@gmail.com';
$g_smtp_password = 'yourpassword';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
These are the 100% working ...