Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Other setting parameter will be same as origin Driver.

UltimateAccess Web SMTP COMMAND

You can use the command in the following way:

Code Block
DriverCommand("SMTP Driver Name", 1, "GroupID,MessageID");
DriverCommand("SMTP Driver Name", 2, "GroupID,Message Subject,Message Content,Attachment Filename");
DriverCommand("SMTP Driver Name", 3, "Contact,MessageID");
DriverCommand("SMTP Driver Name", 4, "Contact,Message Subject,Message Content,Attachment Filename");
DriverCommand("SMTP Driver Name", 5, "Email Address,MessageID");
DriverCommand("SMTP Driver Name", 6, "Email Address,Message Subject,Message Content,Attachment Filename");

UltimateAccess Web SMTP LOG

  1. After send Email through SMTP driver, log file will generate in [smtp] folder.

...