SMS texts from Access

G

Guest

I have seen commercial database packages which can send SMS messages directly
to clients mobile phones via a "SMS gateway". Does anyone know how to do this
in an Access database?
 
A

Aaron Kempf

CORRECTION!

for security reasons; if you want to send email from a database, you should
use XP_SENDMAIL in SQL Server

sending email from desktops is a security risk
 
A

Aaron Kempf

I reccomend using SQL Server and xp_sendmail

sending email from the desktop is not reccomended for securty (spam) reasons
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top