Thanks in advance
I need to create new records based on emails received in
SQL Mail. My server is set up for mail and operating fine.
I have only needed to send mail so far.
I've only found how to read mail and respond to it,
but not how to write data to a table from contents.
I need to process mail received where the subject is only
subject:mydata
Deleted all other mail received.
Then write to table1 each mail message from the body
Body: data1,data2,data3,data4.data5
Thanks Again,
I need to create new records based on emails received in
SQL Mail. My server is set up for mail and operating fine.
I have only needed to send mail so far.
I've only found how to read mail and respond to it,
but not how to write data to a table from contents.
I need to process mail received where the subject is only
subject:mydata
Deleted all other mail received.
Then write to table1 each mail message from the body
Body: data1,data2,data3,data4.data5
Thanks Again,