Smart route
Closed this issue · 1 comments
ravivgolov commented
Hello
Can an external SMTP be connected to the app to route all outgoing emails using another SMTP instead of internal postfix?
mlandauer commented
Yup should be possible though it has caveats. Set the environment variable POSTFIX_SMTP_HOST
for the cuttlefish app and it will send via an external postfix server. See
cuttlefish/config/application.rb
Line 53 in b78fa85
However, you will need to be able to mount the log files of that external SMTP host to a local filesystem if you want any of the deliverability stuff to work.