Skip to content

Commit

Permalink
Update SendEmail.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
dliocode committed May 30, 2022
1 parent 265e136 commit 435a822
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/SendEmail.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
*************************************
Created by Danilo Lucas
Github - https://github.com/dliocode
*************************************
}

unit SendEmail;

interface
Expand Down Expand Up @@ -132,11 +139,11 @@ constructor TSendEmail.Create;

with FIdSMTP do
begin
MailAgent := 'SendEmail';
MailAgent := 'SendEmail-https://github.com/dliocode/sendemail';
ConnectTimeout := 60000;
ReadTimeout := 60000;
UseEhlo := True;
HeloName := 'SendEmail';
HeloName := 'SendEmail-https://github.com/dliocode/sendemail';
OnStatus := LogSMTPStatus;
OnWorkBegin := WorkBegin;
OnWork := Work;
Expand Down

0 comments on commit 435a822

Please sign in to comment.