Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Navigation
Latest Addons
AD Gallery 67
SyntaxHighlighte... 51
Newsletters v4.03 114
Facebook Like Box 135
Newsletters v4.02 60
Metro 173
Facebook Connect 174
Shoutbox Panel 130
Redactor for PHP... 107
MI Floating Side... 109
Facebook Login/R... 156
Avatar Studio v2.03 180
Relationship Sta... 98
Sexual Orientati... 116
Fisherman 144
Popular Addons
iTheme2 5808
Arise 5808
User Control v1.23 4623
Event Calendar 4055
Photowidget panel 3889
Radio-Theme red2... 3360
Highslide Gallery 3315
CSS/JavaScript D... 3234
Facebook Connect... 2992
Dynamic Menu 2895
Slideshow Lightb... 2729
L-AMANT 2662
Enigma 2637
2Dark 2608
Black 2580
View Thread
Who is here? 1 guest(s)
 Print Thread
Gmail-smtp
wlodekp
file includes/phpmailer_include.php:
var $Port = 465;
.........
var $SMTPAuth = true;
find
if(strstr($hosts[$index], ":"))
list($host, $port) = explode(":", $hosts[$index]);
else
{
$host = $hosts[$index];
$port = $this->Port;
}
replace
if (preg_match('#(([a-z]+://)?[^:]+):(\d+)#i', $hosts[$index], $match))
{
$host = $match[1];
$port = $match[3];
}
else
{
$host = $hosts[$index];
$port = $this->Port;
}
file includes/smtp_include.php:
var $SMTP_PORT = 465;
.............
function get_lines() {
$data = "";
while($str = @fgets($this->smtp_conn,515)) {
if($this->do_debug >= 4) {...
Admin Panel->System Admin->Miscellaneous Settings:
SMTP Host: ssl://smtp.gmail.com

server has to have library php; openssl
check in your PHP Info
 
subodh
Thanks! It works. Great work. I wonder nobody has given you reply.
I am learner keen to learn more.
---------------------------------------------------------

Gamers Worlds : The Worlds Of Gamers
 
http://subodh.info/
Arda
works like a charm, thanks Smile
 
Jump to Forum:
Similar Threads
Thread Forum Replies Last Post
SMTP settings Installation Issues 5 12-04-2012 00:36
(SOS) Gmail Help System Administration 9 28-11-2011 21:58
Shoutbox and Smpt gmail help Panels and Infusions 2 21-11-2011 11:38
SMTP Installation Issues 1 23-04-2011 23:04
SMTP with Auth ? User Administration 19 16-04-2011 00:37
Official Home of PHP-Fusion uses cookies. Some may already have been set. Read more about our Cookies here.
Please click the button I Consent Cookies to hide this bar and accept our cookies. If you continue to use the site with no action taken, we'll assume that you consent our cookies anyway.
Cookiebar Panel byVenue