ChrisCalvert
Technical User
My previous thread on this seems to have gone away so here goes: I am looking at creating something to send an email for every record in a table. There is a field for the email addresses. There is also a field that determines what kind of email the person will get (business or consumer).
I have looked through and it seems like the SendObject method is the way to go. However, I still am unclear about the best way to present my templates ( of the two emails). They don't have to have any of the record information in them, so I was hoping there is a way to point to a text or .rtf file. Also I was hoping for some direction on the best place/way to choose which email to send (a field in the records has the info to determine this: If the BusinessCode field is blank it is a consumer).
I have looked through and it seems like the SendObject method is the way to go. However, I still am unclear about the best way to present my templates ( of the two emails). They don't have to have any of the record information in them, so I was hoping there is a way to point to a text or .rtf file. Also I was hoping for some direction on the best place/way to choose which email to send (a field in the records has the info to determine this: If the BusinessCode field is blank it is a consumer).