1. This program is modified based on Guangyou email sending system v3.0.
Modify the original single SMTP, increase the addition and modification of SMTP, and realize multiple SMTP selection;
Added SMTP options in single-send and group-send modes, and the ability to insert the time variable {time} into the email body;
A personalized mass sending mode is added, which uses variables such as recipient name {name}, recipient address {mail}, and time {time} to make each email sent different; at the same time, SMTP will be automatically replaced after the current SMTP fails to send, greatly improving Sending efficiency.
Add the modification function to the user list, so that each email address that has been added can be changed, and then returned to the original page according to the original arrangement.
2. Please confirm that your space supports asp+Jmail. If you don’t have jmail, please download it; it is recommended to test it locally and put it in the same directory after downloading the environment!
3. Usage: Please set your own Smtp sending settings first, and then import the received emails, so that you can send personalized mass emails.
4. Suggestion: Please test a large number of emails locally to avoid occupying server resources. Many servers do not allow large amounts of mass mailing.
Most free SMTP has a mail sending limit. For example, 126 can only send 30 messages in a row. You can build your own mail server.
If sending a mass email, please indicate (AD) and how to unsubscribe in the subject.
Three places need to be corrected
1.qun_mail.asp Line 86 page1=page1 is changed to page2=page1 to solve the error of sending one person after changing the sending account.
2. Index.asp line 486 a href="?ac=del changed to href="?l=configmail&ac=del to solve the problem that the sending account cannot be deleted.
3. Solve the problem of being unable to return to the first sending account after the last sending account fails due to different data types.
4. Note: The personalized group sending mode will generate a false_rec.txt file to record each failure to send a message.
Expand