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.
Not a member yet? Click here to register.
Forgot Password?

SMTP with Auth ?

Asked Modified Viewed 13,384 times
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Junior Member

I can put only host but most of SMTP servers using Auth now so how to setup this in PHPFusion ?
0 replies

18 posts

B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

PHPFusion does not allow you to set all values required by most emailing systems, there is 9 parameters which is supported by PHPMailer which PHPFusion uses, PHPFusion fully supports only 4 and one not fully.
The only way to setup other parameters is to edit sendmail_include.php or phpmailer_include.php in includes folder.
Edited by bite on 19-05-2009 16:45,
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

If im not so skilled with that can You (someone) wrote here what should i do to send emails throw smtp.google.com ? STARTTLS (SSL), Port: 465 or 587 and Auth ???
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

I found that :
SMTP Host: ssl://smtp.gmail.com:465
SMTP Username: nick_gmail@gmail.com
SMTP Password: Yours password

For v.7 should be enough without makin any changes in sendmail_include.php or/and phpmailer_include.php

But for me it's shown that Send mail failed, caontact with Admin...
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

The thing is... current version of PHPMailer included with PHPFusion does not support connection prefix which is required to use gmail SMTP.
here is list of settings you need to set for gmail in latest PHPMailer version:
public $From='nick_gmail@gmail.com';
public $FromName='Nick Gmail';
public $Mailer='smtp';
public $Host='smtp.gmail.com';
public $Port=587;
public $SMTPSecure='tls';
public $SMTPAuth=1;
public $Username='nick_gmail@gmail.com';
public $Password='password';
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

Sorry, but steel not workin... Is there posibility to got that php files in zippack ? maybe mine are bugged or something, and if i done with that variables i must setup in misc ?
Which files i must modify ? there is:
phpmailer_include.php
smtp_include.php
class.phpmailer.php
class.smtp.php
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

As i already told, the version of PHPMailer which comes with PHP-Fuison does not support Gmail smtp. Download newer version of PHPMailer http://phpmailer.codeworxtech.com/ind...f&p=dl
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

Language string failed to load: tls
WTH ?
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

PHP version?
tls works fine only with latest PHP version which is 5.2.5 or newer.
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

Edited by krisop on 21-05-2009 21:49,
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Then its PHPMailer bug... post full error message and PHPMailer version you using...
also, did you tried to replace old PHPMailer files who came with PHPFusion with newer you downloaded?
Edited by bite on 21-05-2009 23:57,
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

i used this PHP-Mailer which is linked here, and PHP-Mailer which was in PHPFusion with... so
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

well you see... PHPFusion uses quite old version, so you can't just download new version and replace old files... PHPFusion simply not comfortable with new version.
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

i did mate ! I did! In old version is VAR not PUBLIC (variable)
0 replies
S
starefossen
S
www.postexus.com - Follow Postexus on Facebook.
  • Senior Member, joined since
  • Contributed 359 posts on the community forums.
  • Started 20 threads in the forums
answered
Senior Member

Thanks for brining this up. We are currently working on the next version of PHPFusion (v7.01) and this is something we should put in. Port and auth should be added to the settings and we will upgrade our version of PHPMailer.
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

So hooah ! That will be little pice of sand from me to PHPFusion :D
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

@starefossen: That's a spirit...
0 replies
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

So we are waitih for 7.01 :D
0 replies
— 1 year later —
K
krisop
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Junior Member

So it's done in 7.02 version ? If yes, what should i do to use gmail for sending mails from php-fusion :) ?
0 replies

Category Forum

User Administration - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 18 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

S
S
www.postexus.com - Follow Postexus on Facebook.
  • Senior Member, joined since
  • Contributed 359 posts on the community forums.
  • Started 20 threads in the forums
B
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
K
K
krisop 10
--
[EL!TA].Kris vel Kris o poranq
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet