Files
codeocean/config/action_mailer.yml.example
2023-04-14 15:55:08 +02:00

26 lines
493 B
Plaintext

default: &default
default_options:
from: codeocean@openhpi.de
development:
<<: *default
default_url_options:
host: localhost
port: 7000
# Open mails in the browser (not compatible with Vagrant)
delivery_method: :letter_opener
# Print mails to the console
# delivery_method: :test
production:
<<: *default
default_url_options:
host: CHANGE_ME
delivery_method: :smtp
test:
<<: *default
default_url_options:
host: localhost
delivery_method: :test