NetTalk Central

Author Topic: Send Email getting -68 error  (Read 3146 times)

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
Send Email getting -68 error
« on: December 19, 2013, 12:54:16 PM »
Hi Guys,

Using NetTalk 7.31 and attempting to send email. 

ThisEmail.ToList   = xyz.com
ThisEmail.From = xya.net
ThisEmail.Server = outbound.att.net
ThisEmail.Port = 465
ThisEmail.AuthUser = AuthUser
ThisEmail.AuthPassword = AuthPassword
ThisEmail.SSL = 1
ThisEmail.SendMail( net:EmailMadeFromPartsMode )

I am getting an error -68.  Something about certificate not found. 

This application could be on dozens of machines, all with a different email client. 

What do I do about a certificate that needs to be installed on lots of machines? 

Or am I thinking about this wrong?
Gregory C. Bailey

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Send Email getting -68 error
« Reply #1 on: December 19, 2013, 10:43:34 PM »
Hi Greg,

the exact text of the error would be useful, because the text says exactly what is wrong, and hence exactly what must be done to fix it. Post the exact text, and I can give you the straight answer.

>> What do I do about a certificate that needs to be installed on lots of machines? 

that's not likely to be the problem.

I'm guessing it's complaining about ca_root.pem - which you can copy from the netdemo app and just include in the application folder as part of your install.

cheers
Bruce