I have a SQL Server 2000 application that send's e-mail to users using
the xp_smtp_sendmai l procedure. That works fine. What I would like
to do is RECIEVE e-mail with SQL Server.
Example: I text message an alert to a user. They reply with some
keyword in the subject of their reply e-mail, such as 'ACKNOWLEDGED'
or 'ACK' for short. SQL Server recieves this and then acts upon it
with a stored procedure, etc.
Anyone know if this is possible and with what tool?
TIA,
Lindsey
the xp_smtp_sendmai l procedure. That works fine. What I would like
to do is RECIEVE e-mail with SQL Server.
Example: I text message an alert to a user. They reply with some
keyword in the subject of their reply e-mail, such as 'ACKNOWLEDGED'
or 'ACK' for short. SQL Server recieves this and then acts upon it
with a stored procedure, etc.
Anyone know if this is possible and with what tool?
TIA,
Lindsey
Comment