Skip to content

Instantly share code, notes, and snippets.

@andregnhoato
Created June 5, 2014 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andregnhoato/4158a0da001400c4ce1c to your computer and use it in GitHub Desktop.
Save andregnhoato/4158a0da001400c4ce1c to your computer and use it in GitHub Desktop.
vraptor simple mail on digital ocean
environment.controller = true
#vraptor.simplemail.main.server = smtp-mail.outlook.com
vraptor.simplemail.main.server = localhost
vraptor.simplemail.main.port = 25
vraptor.simplemail.main.tls = true
vraptor.simplemail.main.from = email@domain.com.br
vraptor.simplemail.main.from.name = name
#vraptor.simplemail.main.username = email@domain.com.br
#vraptor.simplemail.main.password = password
@erickrar
Copy link

André,
Também tenho uma aplicação com VRaptor no Digital Ocean e vi sua questão no StackOverflow.

Então a configuração fica desse jeito e não como está tutorial deles?(https://www.digitalocean.com/community/tutorials/how-to-use-google-s-smtp-server)

Agradeço se puder ajudar.
Att

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment