How EI sends emails (SMTP and PHP Mailer)
On EI, there are several use cases where communicating with users through email is important. While registering, an activation link or OTP is sent (I am still deciding which one to use, OTP or activation link). I am usi…