The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Sending emails - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27) +--- Thread: Sending emails (/showthread.php?tid=1390) |
Sending emails - paragonjenko - 03-19-2019 Is this possible through the framework? Searching through the code I don't understand the process that has been done for example in "verify_resend.php". RE: Sending emails - Brandin - 03-21-2019 PHPMailer is built in and you can customize email settings on user/email_settings.php. You can use join.php, forgot_password.php and verify_resend.php for examples of how emails are sent. |