Hello
I have a now strange problem with this function. I've been using it for years without any problem.
But now, the email is no longer sent. I tested the SMTP server with https://dnschecker.org/smtp-test-tool.php.
And here it works.
I've also added this SMTP to Thunderbird, and that works too.
Here are the parameters I use for the function :
lReturn := ;
hb_SendMail( cServer , ; // mail.domaine name
nPort , ; // 25
cFrom , ; // email from
cTo , ; // email to
aCC , ; // nil
aBCC , ; // nil
cBody , ; // email test
cSubject , ; // email test
aFile , ; // nil
cUser , ; // smtp user name
cPass , ; // smtp user password
cPopServer, ; // mail.domaine name
nPriority , ; // nil
lRead , ; // nil
lTrace , ; // nil
lPopAuth , ; // nil
lNoAuth , ; // nil
nTimeOut , ; // nil
cReplyTo ; // nil
)
Do I have to change something? or are they a another function to send email?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 388 |
Nodes: | 16 (2 / 14) |
Uptime: | 10:47:40 |
Calls: | 8,221 |
Files: | 13,122 |
Messages: | 5,872,710 |