How to send email ?
johntunnel opened this issue · 2 comments
johntunnel commented
Hi
Have beginner question:
How to actually send verification email with url containing token and selector?
I did not see this part included in the code. Can you suggest some other script to send email ?
arunagirinathar commented
You need to use mail library like PHPMailer or something similar.
ocram commented
Thanks @arunagirinathar!
@johntunnel Yes, PHPMailer or a similar library is fine. A note listing such libraries has been added to the README now: 0d240e4