Oh no! Where's the
JavaScript ?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please
enable JavaScript on your Web browser to properly view this Web site,
or
upgrade to a Web browser that does support JavaScript;
Firefox ,
Safari ,
Opera ,
Chrome or a version of
Internet Explorer newer then version 6.
Who is here? 1 guest(s)
Gmail-smtp
wlodekp
Posted on 20-03-2007 09:42
Member
Posts: 54
Joined: 05/06/2005
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
Posted on 19-04-2007 17:45
Junior Member
Posts: 20
Joined: 13/09/2005
Thanks! It works. Great work. I wonder nobody has given you reply.
Arda
Posted on 15-10-2007 17:53
Super Admin
Posts: 136
Joined: 20/05/2006
works like a charm, thanks
Jump to Forum:
Security Issues & Announcements
Upgrading issues
Installation Issues
Content Administration
User Administration
System Administration
Suspected Bugs and Errors
Locales Forum
Themes Support
Panels and Infusions
Ideas for Modifications and Requests
Code Snippet and functions
Roadmap
Official releases [Infusions]
Official releases [Themes]
Official releases [Panels]
Official Releases [Other]
Addons Open Testing
General Discussion
Post Your Site
Licensing and Copyright Questions
Official Core Support
Bugs and Errors
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.