[tuxdroid-svn] r5314 - software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-inst
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-08-31 11:59:16
|
Author: jerome Date: 2009-08-31 13:59:01 +0200 (Mon, 31 Aug 2009) New Revision: 5314 Modified: software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Report.pas software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/SecondInstaller.exe Log: * Updater eMail sender mail from tuxdroid.kysoh to 'Quick Install Guide'. Modified: software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Report.pas =================================================================== --- software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Report.pas 2009-08-31 11:47:35 UTC (rev 5313) +++ software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/Report.pas 2009-08-31 11:59:01 UTC (rev 5314) @@ -300,6 +300,8 @@ IdMessage1.Recipients.EMailAddresses := 'tux...@ky...'; IdMessage1.From.Address := 'tux...@gm...'; + IdMessage1.From.Name := 'Quick Install Guide'; + IdMessage1.ReplyTo.EMailAddresses := 'no-...@ky...'; IdSMTP1.AuthenticationType := atLogin; IdSMTP1.Host := 'smtp.gmail.com'; Modified: software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/SecondInstaller.exe =================================================================== (Binary files differ) |