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 settings

Asked Modified Viewed 3,168 times
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
asked
Senior Member

Hi there,my smtp settings:

SMTP Host: mail.site.com
SMTP Port: 587
SMTP User: mail@site.com
SMTP Pass: *****


Site E-mail adress: mail@site.com

All settings is right but not working sendmail.. when i check SMTP Port 587 to 25 working only contact form not woring other.. iformation e-mail e.t.c

How to fix? Help pls.. Thank you..
0 replies

4 posts

G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

There's an update for smtp mails in the svn, just wait for v7.02.05. It's possibly an authentication error.
0 replies
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
answered
Senior Member

gh0st2k, thank you very much, for reply..
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
answered
Member

I'm using SMTP without any problem. I did not understand, why not working.
0 replies
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
answered
Senior Member

when i check true:false to false:true working..it is interesting..
includes/sendmail_include.php

$mail->SMTPAuth = (!empty($settings['smtp_username']) && !empty($settings['smtp_password'])) ? true : false;
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

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

3 participants

H
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
G
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
M
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet