Hi guys,
So I just updated to the latest patch to try the new security driver with STARTTLS and it returns status -7, here is the code:
newinstance "UPOPMAIL", mailHandler
mailHandler->SetSecurity("SMTP=UStartTLSSMTPUSE=MAND", "")
mailHandler->SetSecurity("SMTP=UAuthLoginSMTPUSE=MAND", "user=mailpassword=password")
mailHandler->LogonSMTP("smtp.office365.com+587", "", "") ; -> $status = -7
mailHandler->GetSMTPResponse(code, message) ; -> code = 250The drivers are configured on my asn file. Like I show you on the code when I get the SMTP response it returns 250 so everything should be fine.
Any ideas???
Regards




