mirror of
https://github.com/derf/travelynx
synced 2025-03-01 13:47:08 +00:00
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
|