1) Protocol, host, and port: This is the web address of installed Tarantula. Used in email notifications, e.g. this address is included as link to emails sent to new users. E.g. tarantula.yourdomain.com
2) Admin Email: System will sent emails using this address as email’s “FROM” field.
3) SMTP Address: SMTP server address. E.g smtp.yourdomain.com or localhost (if you opt to run local mail service, e.g. postfix).
The following 5 steps need to be moved to application configuration file "tarantula.yml" under config directory.
Excellent example gitlab.yml file, https://github.com/gitlabhq/gitlabhq/blob/master/config/gitlab.yml.example
1) Protocol, host, and port: This is the web address of installed Tarantula. Used in email notifications, e.g. this address is included as link to emails sent to new users. E.g. tarantula.yourdomain.com
2) Admin Email: System will sent emails using this address as email’s “FROM” field.
3) SMTP Address: SMTP server address. E.g smtp.yourdomain.com or localhost (if you opt to run local mail service, e.g. postfix).
4) SMTP Port: Usually 25.
5) SMTP Domain: E.g. yourdomain.com.