The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Email Setup - Mail Error - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Email Setup - Mail Error (/showthread.php?tid=258) Pages:
1
2
|
Email Setup - Mail Error - brian - 09-14-2016 From a security standpoint, they could disable the JavaScript in that case, just means they wouldn't get the explanation of why the link didn't work. The securePage function would still block the page from loading (unless something else is going on). Email Setup - Mail Error - tudtude - 10-06-2016 Dear brian, Is it possible to used gmail for SMTP for this SuserSpice? Thanks, Tudtude Email Setup - Mail Error - brian - 10-06-2016 Yes, gmail may be used: https://support.google.com/a/answer/176600?hl=en It boils down to using the following: server: smtp.gmail.com port: 587 username: Full email account in form: user@gmail.com password: the account password (be careful when sharing code since the password will be in plain text in the DB) From name: UserSpice Admin (or something similar) From email: Use the full Email used for authentication above to reduce change of being marked as spam Transport: TLS,Encrypte Make sure 2-factor authentication is disabled for the account you are using. Also notes here: https://support.google.com/a/answer/176600?hl=en |