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?

Send mail failed error

Asked Modified Viewed 3,190 times
S
spaceman8888
S
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi, everyone

I just deleted my fusion 6 site & did a fresh install of php fusion 7; previously new user registration email confirmation used to work but now I triied everything but just cant get it to work.

I have only Fsockopen enabled & no sendmail support, so using SMTP
php fusion version: 7.0.5
stmp service: yahoo.com.au (with "Web & POP Access" enabled thru options in email account)

configuration settings made:

admin>syestm setting>misc setting>
smtp host: smtp.mail.yahoo.com.au
username: xxxxx (without [ @ ] yahoo.com.au)
pass: xxxxx

than manually edited:
smtp_include.php in /include folder of php fusion
from
$this->smtp_conn = fsockopen($host, # the host of the server
$port, # the port to use
$errno, # error number if any
$errstr, # error message if any
$tval); # give up after ? secs

to:

$this->smtp_conn = fsockopen("smtp.mail.yahoo.com.au", # the host of the server
587, # the port to use ....tried 80 as well
$errno, # error number if any
$errstr, # error message if any
10); # give up after ? secs



Please Help me, what I am missing or doing wrong??
Thanks
0 replies

1 post

S
spaceman8888
S
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

still cant get it to work; edited smtp include, php mailer include, smtp class and tried all possiblities possible

can anyone give a sureshot method using default files as to how to get it to work using smtp not sendmail

.. please
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet