Boas leituras para java
Boas leituras para java
http://www.leepoint.net/JavaBasics/index.html
http://www.leepoint.net/notes-java/index.html
Um blog contendo resultados de buscas em informática e física
Boas leituras para java
Location: Administration > Server > Email
SMTP hosts: smtp.gmail.com:465 NOTE: Leave out the port (:465) in 1.9.2 or lower
SMTP username: Your email address @gmail.com or your own domain if using Google Apps
SMTP password: password for the above email account
In your Moodle site go to /lib/phpmailer/ and modify the following file:
Around line 83 DIRECTLY after the Connect function header, insert this line immediately after the "{" :
$host = 'ssl://' . $host;
These two additional modifications need to be made in 1.9.2 or lower as the SMTP hosts setting above will not allow the port to be included.
around line 162
around line 30