Automatically send emails using this classhttp://bbs.php100.com/read-htm-tid-121431.html
Because the php version he used is older, he used the functions ereg_replace() and ereg()
Solution
1ereg_replace() function, replace it with the strtr() function
The syntax differences are as follows:
Detailshttp://www.php.net/manual/zh/function.ereg-replace.php
Detailshttp://www.w3school.com.cn/php/func_string_strtr.asp
2ereg() function, replace it with the preg_match() function
Linkhttp://blog.163.com/yanli_xu/blog/static/1363672912011420101820393/
preg_match() FunctionSyntaxhttp://www.php.net/manual/zh/function .preg-match.php
After modification, the complete code is as follows
[Mail class] sm.class.php