Modify

Opened 10 years ago

Closed 8 years ago

#3264 closed Bug (Fixed)

_INetSmtpMail does always fail with error 50

Reported by: Mulder Owned by: J-Paul Mesnage
Milestone: 3.3.15.1 Component: AutoIt
Version: 3.3.14.0 Severity: None
Keywords: _INetSmtpMail Cc:

Description

Since 3.3.14
_INetSmtpMail will fail with error 50 every time if you call the func with basic variable initialization

The problem is init of value $sFirst = "" but must be $sFirst = " " as it was defined in earlier builds.

3.3.12.0
Func _INetSmtpMail($sSMTPServer, $sFromName, $sFromAddress, $sToAddress, $sSubject = "", $aBody = "", $sEHLO = "", $sFirst = " ", $bTrace = 0)

3.3.14.0
Func _INetSmtpMail($sSMTPServer, $sFromName, $sFromAddress, $sToAddress, $sSubject = "", $aBody = "", $sEHLO = "", $sFirst = "", $bTrace = 0)

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 8 years ago

Milestone: 3.3.15.1
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [12098] in version: 3.3.15.1

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.