Commit 47cb9a09 authored by jan.koester's avatar jan.koester
Browse files

contact added mail to subject

parent e5bd0367
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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()));