SMTP Email: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 26: Line 26:
Create a simple one-view test application.  On the view you will need the following form controls and name the form objects as indicated:
Create a simple one-view test application.  On the view you will need the following form controls and name the form objects as indicated:


· The SMTP host address - oHost
* The SMTP host address - oHost
· From address - oFromAddr
* From address - oFromAddr
· To address - oToAddr
* To address - oToAddr
· Subject - oSubject
* Subject - oSubject
· Message (body) - oMessage
* Message (body) - oMessage
· Attachment - oAttachment
* Attachment - oAttachment


In addition, take the following steps
In addition, take the following steps
Line 42: Line 42:
     End_Object
     End_Object


# We need to create the object
And then we need to create the object


     Send CreateComObject to oComMailSender
     Send CreateComObject to oComMailSender
40

edits