Loading plugins/contact/contact.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,8 @@ namespace blogi { std::string subject="Message from Blogi("; subject+=name; subject+=')'; subject+=") "; subject+=mail; jed_utils::OpportunisticSecureSMTPClient client(_SHost.c_str(),_SPort); client.setCredentials(jed_utils::Credential(_SUser.c_str(),_SPass.c_str())); Loading Loading
plugins/contact/contact.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,8 @@ namespace blogi { std::string subject="Message from Blogi("; subject+=name; subject+=')'; subject+=") "; subject+=mail; jed_utils::OpportunisticSecureSMTPClient client(_SHost.c_str(),_SPort); client.setCredentials(jed_utils::Credential(_SUser.c_str(),_SPass.c_str())); Loading