PHP mail delivery problem solving _php skills

Source: Internet
Author: User
Tags how to send mail
This period of time modified our system login function, in order to be more secure, increased the ability to send mail verification. When the user log in to determine whether the landing IP is before the landing, if not, you need to send the verification code to the mailbox, and then enter the verification code received to login, if the verification code is correct and time does not exceed the specified time, you can log in, and write down the IP and time of this landing, and then with this IP, You don't have to verify it. If the time exceeds, the verification code fails and needs to be sent again. Validation errors cannot be logged, you need to re-enter the authentication code, or send a new authentication code to the mailbox. To achieve this, I used how to send mail to the mailbox, as well as the knowledge of landing IP. Let's sort it out so you can see for yourself later.

Send mail:

First you need to download the Phpmail compression package, and then unzip, the extracted files copied to the project. Introduce files into your project.
Copy Code code as follows:

Require ("phpmailer/class.phpmailer.php"); The path to the file depends on how the path is in your project.

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.