We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265e136 commit 435a822Copy full SHA for 435a822
src/SendEmail.pas
@@ -1,3 +1,10 @@
1
+{
2
+ *************************************
3
+ Created by Danilo Lucas
4
+ Github - https://github.com/dliocode
5
6
+}
7
+
8
unit SendEmail;
9
10
interface
@@ -132,11 +139,11 @@ constructor TSendEmail.Create;
132
139
133
140
with FIdSMTP do
134
141
begin
135
- MailAgent := 'SendEmail';
142
+ MailAgent := 'SendEmail-https://github.com/dliocode/sendemail';
136
143
ConnectTimeout := 60000;
137
144
ReadTimeout := 60000;
138
145
UseEhlo := True;
- HeloName := 'SendEmail';
146
+ HeloName := 'SendEmail-https://github.com/dliocode/sendemail';
147
OnStatus := LogSMTPStatus;
148
OnWorkBegin := WorkBegin;
149
OnWork := Work;
0 commit comments