MJ
0
Send a sms text from a link within an email
Is there an easy way to send a text message from a link in an email. I found this code online but don't know if it is the only option to implement the link and how do I know where it will work in email browser/phone ios vs andriod?
<a href="sms://+15555551212?body=I%27m%20interested%20in%20your%20product.%20Please%20contact%20me.">Send a SMS message</a>
As far as I know:
This "sms functionality" topic doesn't have much discussion in recent years.
Currently the method ONLY works for iOS' native app.
<a href="sms:?&body=copy">...</a>
The functionality for iOS native to work seems changing accompany with iOS' version upgrade.