Closed GoogleCodeExporter closed 9 years ago
Those are not the correct mail.properties settings for the hotmail service.
Try the following:
mail.transport.protocol = smtp
mail.from = dipak@hotmail.com
mail.smtp.host = smtp.live.com
mail.smtp.port = 587
mail.smtp.auth = true
mail.smtp.starttls.enable = true
mail.smtp.starttls.required = true
mail.user = dipak@hotmail.com
mail.password = ********
Alternatively, if you run the setup script from a console it will display a URL
just before it exits, that can be used to set a password without an SMTP
service.
Please use the mailing list for support issues like this.
James
Original comment by ja...@3roundstones.com
on 2 Jan 2013 at 2:05
Original issue reported on code.google.com by
DipakH...@gmail.com
on 2 Jan 2013 at 12:48