=== Plugin Name === Contributors: dlocc, yguez Donate link: http://wordimpress.com/ Tags: gravity forms, sms, notifications, email, text message, gravity forms add-on, gravity forms sms Requires at least: 3.3.1 Tested up to: 3.5 Stable tag: 1.0 This plugin enables users to receive text messages (SMS) via email each time a Gravity Form is submitted. == Description == Receive a text message every time a visitor submits a Gravity form on your site without needing a third-party API such as Twilio, Clockwork, SendFlow, etc. This plugin uses a PHP mail library to send text messages via the email-to-SMS gateways that many popular carriers provide. Sending messages with Email to SMS is free (although recipients may be charged by their carrier as with normal text messages). Gravity Forms SMS provides an easy way to create form-specific SMS notifications. You may select which form fields you wish to receive in the SMS. For instance, if you want to receive a text-message when someone submits your contact form and only have their name, email and phone number sent over. You will be able to email them or even call directly from the SMS. Please be aware of a few drawbacks to consider before using: Messages you send will come from your email address, not your phone number. You may also be limited to less than 160 characters, depending on the carrier. Finally, due to the nature of email-to-SMS (messages are sent as emails to the carrier's gateway, which resends them as text messages) this method can be somewhat unreliable depending on your carrier. Technical Requirements: * Requires PHP 5.3+ * Tested on WordPress 3.0+ * Only tested in the United States == Installation == 1. Upload `gravity-forms-sms` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Visit Forms > SMS to enable == Frequently Asked Questions == = What is the format for phone numbers? = The phone number can be in any valid format. The country code (preceded by a plus sign) is optional. = Why are the messages being cut-off = The body of the message may be cut off if it is too long, depending on the carrier’s email-to-SMS gateway. == Screenshots == 1. A view of the SMS feed list 2. Setting up SMS messaging for a Contact Form 3. An example message viewed on an iPhone == Changelog == = 1.0 = * Initial plugin release