Opened 8 years ago
Closed 7 years ago
#3264 closed Bug (Fixed)
_INetSmtpMail does always fail with error 50
Reported by: | Mulder | Owned by: | Jpm |
---|---|---|---|
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 Changed 7 years ago by Jpm
- Milestone set to 3.3.15.1
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Fixed by revision [12098] in version: 3.3.15.1