...
Reference ) https://support.google.com/mail/answer/185833?hl=en
4. Other setting parameter will be same as origin Driver.You can predefine messages and contacts through the settings button.
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 |
After send Email through SMTP driver, log file will generate in [smtp] folder.
...