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 7856959 commit a40c667Copy full SHA for a40c667
src/SendEmail.pas
@@ -139,11 +139,11 @@ constructor TSendEmail.Create;
139
140
with FIdSMTP do
141
begin
142
- MailAgent := 'SendEmail-https://github.com/dliocode/sendemail';
+ MailAgent := 'SendEmail';
143
ConnectTimeout := 60000;
144
ReadTimeout := 60000;
145
UseEhlo := True;
146
- HeloName := 'SendEmail-https://github.com/dliocode/sendemail';
+ HeloName := 'SendEmail';
147
OnStatus := LogSMTPStatus;
148
OnWorkBegin := WorkBegin;
149
OnWork := Work;
0 commit comments