Hello.
Can you confirm that the only alternative to sending email from a DW Module is using the .net classes with something like :
SmtpClient smtp = new SmtpClient();
smtp.Host = Dynamicweb.Base.DefaultSmtpServer;
smtp.Send(myMailMessage);
I am trying to send an email but the number of tags is very large and and don´t want to send it all in the request parameters. Is this the only alternative or is there another way of sending emails from a module?
Thanks.
Marco