production:
attachments_storage_path: /mnt/files
email_delivery:
delivery_method: :async_smtp
async_smtp_settings:
ssl: true
address: smtp.yandex.ru
port: 465
domain: ***.ru
authentication: :plain
user_name: task@***.ru
password: ***
curl -T '/path/to/local/file.txt' 'example.com/test'