Hello!
I use SMTP 1.4.0.0 in my app.
-- Server Properties
tblServerProperties = {};
tblServerProperties.Server = "smtp.gmail.com";
tblServerProperties.ServerPort = 465;
tblServerProperties.UseSSL = true;
tblServerProperties.Authenticated...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
2 results in 0.0159 seconds.
Keywords
Members
Tags
-
Action Plugin: SMTP - Transport error code 0x80040217
-
SMTP Attach in HTML Body
Hello guys,I'm here again to bother you guys
How can I use(show) the Image that I attached to the E-mail in the body of the message? like: I have 1 image attached and I want to add it in the HTML code like this:
<IMG border=0 src="image_4.gif" width=60 height=50>...