I would like to send an email from SQL Server 2005 Express using a trigger.
The solutions I have seen use the System Stored Procedures *xp_sendmail* or *sp_send_dbmail*, but these are not available under SQL Express (will only work under full SQL Server).
Any suggestions would be appreciated.
Thanks