Skip to content

Commit a40c667

Browse files
committed
Fixed sending error
1 parent 7856959 commit a40c667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SendEmail.pas

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ constructor TSendEmail.Create;
139139

140140
with FIdSMTP do
141141
begin
142-
MailAgent := 'SendEmail-https://github.com/dliocode/sendemail';
142+
MailAgent := 'SendEmail';
143143
ConnectTimeout := 60000;
144144
ReadTimeout := 60000;
145145
UseEhlo := True;
146-
HeloName := 'SendEmail-https://github.com/dliocode/sendemail';
146+
HeloName := 'SendEmail';
147147
OnStatus := LogSMTPStatus;
148148
OnWorkBegin := WorkBegin;
149149
OnWork := Work;

0 commit comments

Comments
 (0)