Hi-
The solutions that I have found for this using the .SendObject command seem to be much more complex than what I am trying to do. I want an email to be generated and sent with a message body that is something like:
"Your " & me.ordertype & "order has been confirmed. The work will be completed on " & me.duedate
I don't really need a whole object or recordset sent, just a more simple string. Two other considerations are that I need the sender name and address to be a generic one and not that of the local machine (ex. Our Company, customerservice@company.com NOT Bob, bob@company.com) and that I need it to be run in the background so that the user is not aware.
I apologize if this has been gone over before. Is anyone else surprised at how much they miss the search? Thanks in advance.
Todd
The solutions that I have found for this using the .SendObject command seem to be much more complex than what I am trying to do. I want an email to be generated and sent with a message body that is something like:
"Your " & me.ordertype & "order has been confirmed. The work will be completed on " & me.duedate
I don't really need a whole object or recordset sent, just a more simple string. Two other considerations are that I need the sender name and address to be a generic one and not that of the local machine (ex. Our Company, customerservice@company.com NOT Bob, bob@company.com) and that I need it to be run in the background so that the user is not aware.
I apologize if this has been gone over before. Is anyone else surprised at how much they miss the search? Thanks in advance.
Todd