The page UI is super cool and mysterious, a bit like network security.
PHP fully automatic letter submission system source code_with background
1. Configure database
The first option is to create a database and upload the data table of the compressed package file.
Then go to the DB.Class.php file under the Class folder to configure the database account and password.
After the configuration is completed, go to the backend to edit the required email address and the domain name of the webmaster's slogan is /admin. Log in without an account or password.
Then you can go to the front desk to upload the compressed file package and submit your manuscript.
2. Configure the mailbox sending server
Open the Send.Class.php file in the Class folder and configure the email sending server in it.
The stmp server of qq mailbox is smtp.qq.com and the port is 465 or 25 (usually this is the case) If you want to configure other mailboxes, please use Baidu
Open this document and it’s very clear.
What needs to be configured are stmp email server account, stmp email server password, stmp email server encryption method (default SSL), stmp email server port setting, sender, sender name.