Send email activity

Hello

I have question about send email activity in visual scripting.

 

In v7 sendemail was build on top of CDONTS. There were also some xel library with sending email by .NET objects,and some information, that this method is prefered.

 

Is in v9 still used CDONTS, or this visual scripting block build on top of .NET Framework?

 

Here is information from designer v7 help file:

 

%EMail(to, cc, subject, message[, attachment[, from]])

This function makes use of Microsoft’s cdonts.dll. which is not officially supported on any version of Windows after Windows 2000 (although it appears to work).  

For this reason, it is recommended that the 'Send_an_e-mail_message' function (provided by the Mail library) is used instead of %EMail.

Tagged:

Comments