This is an example to send email on you personal website by PHPMailer.(https://github.com/PHPMailer/PHPMailer)
The email will be sent thourgh SMTP, so you need a mail account which supports SMTP to send a email, like qq, 163, gmail.
- you need to download all these files and put them on your sever(not just open them like file://c/....).
- change your personal information in welcome.php according to the annotation in it.
- load index.html on your sever, and use it to send an email.