function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
woodmanzeewoodmanzee 

Email is not being sent

I am writing a class that sends an email everytime a record is submitted.  I want the email to actually be sent as a text.  I found that texts can be sent from email by sending the message to (the phone #)@maildomain.com (for example, 8012345823@vtext.colm).  

 

However, when I run the code, it shows that it was successful, but the message never arrives.  I tried the same code with a normal email address and it worked fine.  Why would it be that these email to text messagesg don't send?  Thanks.

hitzhitz

HI,

 

can share your code ? or u can also achive this using workflow

fixifixi

have you check for spam folder?

 

or for using PHP APi  you can use code in

 

http://boards.developerforce.com/t5/Apex-Code-Development/unit-test-failing/td-p/254125

or using

 

http://wiki.developerforce.com/index.php/PHP_Toolkit_11.0_SendEmail_Sample_(Partner)

 

but for sent SMS i dont know if there is a service like that from verizon

maybe that service not for all country  or just for some specific user

 

but i'm interesting too for the way we can send SMS using email protokol

if there's something improvement please share :)

 

Thank You