Hello ! I am still trying to get the sample email working on my computer. I am getting the below error. I have tried a number of things and researching it on the net. I am not sure what I am doing wrong.
Below is a sample class that I have been testing.
Class email.test Extends %Persistent
{
// set myval= ##class(Package.Class).Method(Args)
// set myval= ##class(email.test).XSendSimpleMessage("")
ClassMethod SendSimpleMessage(server As %Net.SMTP) As %List
{
Set server=##class(%Net.SMTP).%New()
Set server.smtpserver="Smtp.aol.com"
//HotPOP SMTP server uses the default port (25)
Set



