Send SMTP email using Power Builder 7? When i tried to debug the application using below code i found some issue in Line 3.
Pl assist.
Line 1. OLEObject smtp;
Line 2. smtp = CREATE OLEObject
Line 3. smtp.RemoteHost = "smtp.spectec.net" //*** Problem here ***//
Line 4. smtp.CustomCharSet = "8bit"
Line 5. smtp.ContentType = "text/html"
eMail.AddTo("Support", "support@chilkatsoft.com")
eMail.Subject = "This is the email subject"
eMail.Body = "This is the email body."
eMail.From = "joe.programmer@somewhere.com"