mirror of
https://github.com/derf/travelynx
synced 2024-12-05 18:59:09 +00:00
6 lines
136 B
Bash
6 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
|