Ultra, have you been able to duplicate this Subject line bug?
Announcement
Collapse
No announcement yet.
UltraSMTP3 Scripting
Collapse
X
-
Originally posted by madmax View PostNone of the replacement variables work in UltraSMTP3 either from what I can tell.
I tried to do this:
A weather alert update occurred at $$DC:Station1-last-alert-title
$$Ds:Station1-last-alert-title
Not working
Here is an example I use for Caller Id:
You received a new incoming call from
$$DTA:UltraCID3-Name:
$$DTA:UltraCID3-Nmbr:
on $date $time
Regards,
UltrajonesPlug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR
Comment
-
Originally posted by madmax View PostUltra, have you been able to duplicate this Subject line bug?
Regards,
UltrajonesPlug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR
Comment
-
Another couple bugs:
1. Body data disappears if Subject line contains specific data
Body = "This is test body data"
Subject = "Subject = "This is a big test message with a long subject line (Just a test)"
This results in a successful message (body and subject)
Simply change Subject to:
Subject = "RSS: This is a big test message with a long subject line (Just a test)"
Adding "RSS: " before the string, and the subject comes across fine. But the body disappears. No body is sent. It seems to have something to do with length and special characters.
2. Replacement variables don't work in the subject line. i.e. $time $date, etc
Comment
-
Yes. It looks like the change from the .Net 2.0 to the .Net 4.0 framework change the formatting of the Internet headers. It looks like Microsoft actually read the RFC this timeI am working on a fix and will post soon.
Regards,
UltrajonesPlug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR
Comment
-
Originally posted by madmax View PostUltra, have you been able to duplicate this issue?
Regards,
UltrajonesPlug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR
Comment
Comment