#pragma once #include namespace smtp { struct SettingsStorage { std::string username; std::string password; std::string host; std::string port; }; }