Skip to content

Commit 435a822

Browse files
committed
Update SendEmail.pas
1 parent 265e136 commit 435a822

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/SendEmail.pas

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
{
2+
*************************************
3+
Created by Danilo Lucas
4+
Github - https://github.com/dliocode
5+
*************************************
6+
}
7+
18
unit SendEmail;
29

310
interface
@@ -132,11 +139,11 @@ constructor TSendEmail.Create;
132139

133140
with FIdSMTP do
134141
begin
135-
MailAgent := 'SendEmail';
142+
MailAgent := 'SendEmail-https://github.com/dliocode/sendemail';
136143
ConnectTimeout := 60000;
137144
ReadTimeout := 60000;
138145
UseEhlo := True;
139-
HeloName := 'SendEmail';
146+
HeloName := 'SendEmail-https://github.com/dliocode/sendemail';
140147
OnStatus := LogSMTPStatus;
141148
OnWorkBegin := WorkBegin;
142149
OnWork := Work;

0 commit comments

Comments
 (0)