Author |
|
arnopub Newbie
Joined: 01 June 2008
Online Status: Offline Posts: 6
|
Posted: 17 September 2008 at 2:50am | IP Logged
|
|
|
how can do that in delphi
' Specify SSL object for the mailer object
Set objSMTP.SSL = objSSL
if i write
objSMTP.SSL:=objSSL
i have an error
|
Back to Top |
|
|
arnopub Newbie
Joined: 01 June 2008
Online Status: Offline Posts: 6
|
Posted: 17 September 2008 at 4:43am | IP Logged
|
|
|
i resolve the problem for delphi.
But now when i send a mail in log i have always the same message
13:02:56 [MailBee SMTP v. 5.5.0.131. Registered version]
13:02:56 [Connecting to server smtp.mail.yahoo.fr at port 465 using default domain]
13:03:17 [Error: Negative or void server response]
13:03:17 [Server returned no response]
13:03:17 [Error: Connection failure]
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 17 September 2008 at 4:51am | IP Logged
|
|
|
To connect to dedicated SSL/TLS port you should set SSL.UseStartTLS to false.
Best regards,
Andrew
|
Back to Top |
|
|