0

I have a website which provides API service by the registration form, so I need a system to integrate it in the registration form to receive an email if someone registered on the API service. (I need this service to be available to be ready for integration or connection with other systems).

1 Answers1

0

I suggest you PHPMailer

Examples

https://github.com/PHPMailer/PHPMailer/tree/master/examples

Documentation

https://github.com/PHPMailer/PHPMailer/tree/master/docs

Github project

https://github.com/PHPMailer/PHPMailer