Ucenter home cannot receive activation message reason analysis

Source: Internet
Author: User

Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall

Ucenter home is Sing (Comsenz) company released a SNS station system, since the release of the domestic use of Ucenter home set up local and vertical SNS has more than 150,000. This tutorial for webmaster friends analysis, Ucenter home can not receive the reason to activate the message.

1, first please restore standard procedures and templates, after inspection, the partial cannot send the user is modifies the template, the template footer.htm file has removed the following code to cause, if you have modified the template to be possible to check whether has the following code, does not have the reference default template's Footer.htm file to join.

!--{if!isset ($_scookie[' SendMail '])}-->
<script language= "javascript" type= "Text/javascript" src= "Do.php?ac=sendmail&rand=$_sglobal[timestamp" ></script>
<!--{/if}-->

  

This should be sent there is no problem, as long as someone visited the site page, the message sent 5 minutes.

2, refer to the following mail settings tutorial to check your settings for problems.

1 Ucenter Home mailbox settings (for example, Sina mailbox)

http://faq.comsenz.com/viewnews-547

2 Ucenter Home Mailbox settings (QQ mailbox for example)

http://faq.comsenz.com/viewnews-548

3 Ucenter Home Mailbox settings (take Foxmail as an example)

http://faq.comsenz.com/viewnews-461

Description: The above tutorial is about the Ucenter Home 1.5 version of the tutorial, the latest version of the 2.0 version of the mailbox Setup method and the previous version set the same method.

3, common log error finishing

1) smtp.qq.com:25) connect-unable to CONNECT to the SMTP server

Indicates that your Uch file server cannot connect to the mail server.

Probably the reason is that the server does not open 25 ports or firewall blocking.

2) smtp.foxmail.com:25 PASSWORD-535 Error:authentication failed

This is an SMTP authentication error. Most mailbox-delivered mail servers now require authentication.

The authentication option requires that the sender's email address and the following account information must be correct and that the mail server must have SMTP enabled.

3) 553 This mail are rejected by antispam system

The content of your email is considered spam. Consider replacing other messaging systems.

4) PASSWORD-535 #5.7.0 Authentication failed

Description Ucenter Home Background mailbox password or user name fill in error, please carefully check.

5 Hint: PASSWORD-550 user is locked

The other side to lock your email address, please change to another mailbox.

4, cannot send the mail mailbox

Includes: 126.com, 163.com, Gmail

Try not to use the above mailbox to send mail.

5, the Mail function must open 25 ports to the server can be, self-test server can connect the method of mail server:

Save the following code as testmail.php, upload it to the Ucenter home program root directory, run it, and modify its mail server SMTP address according to your situation, default to Foxmail.

<?php
if (!function_exists (' Fsockopen ')) {
Echo ' System does not support Fsockopen function, please contact space quotient ';
}
$fp = Fsockopen (' smtp.foxmail.com ', $errno, $ERRSTR, 60);
if (! $fp) {
echo "Join failed";
else {
echo "Join Success";
}
?>

If you are prompted to fail, your space cannot be connected to the mail server, please contact the space provider to help resolve it.

If prompted Warning:fsockopen (): Unable to connect to smtp.foxmail.com:25 in \wwwroot\testmail.php on line 2 shows that your space does not support Fsockopen ( function, you need to contact a space trader.

Standalone host, you need your server to open port 25 and support the Fsockopen () function.

6, log in to the database, check Mailcron and mailqueue datasheet email field There are some wrong email address, if present please delete these wrong email address. The check found that some of the users installed some plug-ins into the 2 tables into the illegal format of the e-mail address may also cause the message could not be sent.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.