mirror of
https://github.com/derf/travelynx
synced 2024-12-04 18:29:11 +00:00
8ec78343e7
Closes #4
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/sh
|
|
|
|
export EMAIL_SENDER_TRANSPORT=SMTP
|
|
export EMAIL_SENDER_TRANSPORT_HOST=smtp.example.com
|
|
export EMAIL_SENDER_TRANSPORT_PORT=25
|