Soa suite and email notifications

Hi,
I tried to send some email from bpel and from humantask but this fails. Does email works in the TP3 soa patch
I configured the oc4j-ra.xml and the workflow-notification-config.xml but I got these errors
SEVERE: <.>
java.lang.NullPointerException
     at oracle.bpel.services.workflow.task.notification.TaskNotifications.retrieveWorklistBaseAddressInTransaction(TaskNotifications.java:1835)
     at oracle.bpel.services.workflow.task.notification.TaskNotifications.retrieveWorklistBaseAddress(TaskNotifications.java:1819)
     at oracle.bpel.services.workflow.task.notification.TaskNotifications.getWorklistApplicationLink(TaskNotifications.java:1804)
08/02/11 22:28:46 ASNSDriver.setEmailRecipientAddresses () IN
11-feb-2008 22:28:46 oracle.bpel.services.common.ServicesLogger __log
SEVERE: <oracle.bpel.services.notification.queue.sender.MDBConsumer.processNotification> Error for message ID 2dd786769ef14db8:19a687fa:1180a60befe:-7ff4 ERROR MESSAGE : ORABPEL-10342
Error while sending {0} notification.
Could not send notification.
Check configuration of underlying Channel specific driver.
Invalid recipient address specified for notification.
Check Workflow Notification Configuration. Ensure that Email/IM recipient address is valid.
bpel error
08/02/11 22:28:47 ASNSDriver.onStatus () Received Status :: Channel Message Id:0a66673c0a0a0a1800aa91efe0145d1a
, Addressed to :EMAIL:[email protected], Status Content :No matching drivers found for sender address = EMAIL:[email protected],
Status Type :DELIVERY_TO_DRIVER_FAILURE, Received at :Mon Feb 11 22:28:46 CET 2008

here oc4j-ra.xml
<?xml version="1.0" encoding="UTF-8"?>
<oc4j-connector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.oracle.com/technology/oracleas/schema/oc4j-connector-11_0.xsd"
schema-major-version="11" schema-minor-version="0">
<resourceadapter>
<!-- Configuration -->
<config-property>
<config-property-name>SendingQueuesInfo</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>OraSDPM/QueueConnectionFactory:OraSDPM/Queues/OraSDPMDriverDefSndQ1</config-property-value>
</config-property>
<config-property>
<config-property-name>InstanceName</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>Email-Driver</config-property-value>
</config-property>
<config-property>
<config-property-name>Capability</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>BOTH</config-property-value>
</config-property>
<config-property>
<config-property-name>SupportedDeliveryTypes</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>EMAIL</config-property-value>
</config-property>
<config-property>
<config-property-name>SupportedContentTypes</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>text/plain, text/html, multipart/mixed, multipart/alternative, multipart/related</config-property-value>
</config-property>
<config-property>
<config-property-name>Cost</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>Speed</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>SupportedCarriers</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>SupportedProtocols</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>SupportsCancel</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>false</config-property-value>
</config-property>
<config-property>
<config-property-name>SupportsReplace</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>false</config-property-value>
</config-property>
<config-property>
<config-property-name>SupportsTracking</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>false</config-property-value>
</config-property>
<config-property>
<config-property-name>SupportsStatusPolling</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>false</config-property-value>
</config-property>
<config-property>
<config-property-name>SupportedStatusTypes</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>DELIVERY_TO_GATEWAY_SUCCESS, DELIVERY_TO_GATEWAY_FAILURE, USER_REPLY_ACKNOWLEDGEMENT_SUCCESS, USER_REPLY_ACKNOWLEDGEMENT_FAILURE</config-property-value>
</config-property>
<config-property>
<config-property-name>DefaultSenderAddress</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>[email protected]</config-property-value>
</config-property>
<config-property>
<config-property-name>SenderAddresses</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>[email protected]</config-property-value>
</config-property>
<!-- Email Account Configuration -->
<config-property>
<config-property-name>MailAccessProtocol</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>IMAP</config-property-value>
</config-property>
<config-property>
<config-property-name>RetryLimit</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>-1</config-property-value>
</config-property>
<config-property>
<config-property-name>MailDelFreq</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>600</config-property-value>
</config-property>
<config-property>
<config-property-name>AutoDelete</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>true</config-property-value>
</config-property>
<config-property>
<config-property-name>Debug</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>false</config-property-value>
</config-property>
<config-property>
<config-property-name>CheckMailFreq</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>30</config-property-value>
</config-property>
<config-property>
<config-property-name>ReceiveFolder</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>INBOX</config-property-value>
</config-property>
<config-property>
<config-property-name>OutgoingDefaultFromAddr</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>[email protected]</config-property-value>
</config-property>
<config-property encoded-credential="true">
<config-property-name>OutgoingPassword</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>OutgoingUsername</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value></config-property-value>
</config-property>
<config-property>
<config-property-name>OutgoingMailServer</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>smtp.xs4all.nl</config-property-value>
</config-property>
<config-property>
<config-property-name>IncomingMailServer</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>imap.xs4all.nl</config-property-value>
</config-property>
<config-property>
<config-property-name>IncomingUserIDs</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>ebiemond</config-property-value>
</config-property>
<config-property encoded-credential="true">
<config-property-name>IncomingUserPasswords</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>xxxx</config-property-value>
</config-property>
<config-property>
<config-property-name>IncomingMailIDs</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>[email protected]</config-property-value>
</config-property>
<config-property>
<config-property-name>OutgoingMailServerPort</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>25</config-property-value>
</config-property>
<config-property>
<config-property-name>OutgoingMailServerTLS</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>false</config-property-value>
</config-property>
<config-property>
<config-property-name>IncomingMailServerPort</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>143</config-property-value>
</config-property>
<config-property>
<config-property-name>IncomingMailServerSSL</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>false</config-property-value>
</config-property>
<config-property>
<config-property-name>ProcessingChunkSize</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>100</config-property-value>
</config-property>
<config-property>
<config-property-name>ImapAuthPlainDisable</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>false</config-property-value>
</config-property>
<outbound-resourceadapter>
<connection-factory connector-name="Email-Driver" location="Email-Driver">
<description>Email-Driver</description>
<connection-pooling use="private">
<property name="minConnections" value="0"/>
<property name="maxConnections" value="16"/>
<property name="scheme" value="dynamic"/>
<use-connection-pool>DriverConnectionPool</use-connection-pool>
</connection-pooling>
<connectionfactory-interface>oracle.sdp.messaging.driver.DriverConnectionFactory</connectionfactory-interface>
</connection-factory>
</outbound-resourceadapter>
</resourceadapter>
</oc4j-connector>
<?xml version = '1.0' encoding = 'UTF-8' standalone = 'yes'?>
<HWFMailerConfiguration xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService" NotificationMode="EMAIL">
<ASNSConfiguration>
<Name>Default</Name>
<EmailFromAddress>[email protected]</EmailFromAddress>
<EmailReplyToAddress>[email protected]</EmailReplyToAddress>
<EmailRespondToAddress>[email protected]</EmailRespondToAddress>
<!-- <IMRespondToAddress>jabber|[email protected]</IMRespondToAddress> -->
<AlertTriggerErrorCount>10</AlertTriggerErrorCount>
<EmailInboundFilter>
<EmailFilterRule>
     <EmailFilterStringToMatch/>
     <EmailFilterAction/>
</EmailFilterRule>
</EmailInboundFilter>
</ASNSConfiguration>
<CustomNotificationServices>
<All/>
<Email/>
<Voice/>
<Fax/>
<Pager/>
<SMS/>
<IM/>
</CustomNotificationServices>
</HWFMailerConfiguration>

Similar Messages

  • Facebook Notifications and email notifications on ...

    Hi
    Is that possible Facebook Notifications and email notifications on sleeping screen nokia 808 like it had on N9..
    On my 808 it shows only msgs and miscalls....any fix??
    Thanks

    not possible unless the app supports that behaviour. but email notifications and on notification lights has been broken on Symbian for a while, and as Symbian is in maintenance mode, is unlikely to see a fix, possibly ever.

  • Why can't I set my downloaded .dm ringtones as text and email notifications?

    I have an HTC Incredible 2;  I paid for and downloaded several ringtones from the Verizon store, two of which I wanted to specifically use as the text and email notification sounds.  I then had the already discussed problem of not being able to find the newly downloaded ringtones immediately, but from the postings on here and the Adriod forums, I followed the directions to set up the folders titled Ringtones, Notifications, and Alarms on my sdcard, and moved the downloaded ringtones into their respective folders.  When I opened up the Personalize menu, under Sounds I was immediately able to find the ringtones I'd placed in the ringtone folder, but my phone wouldn't recognize the ringtons I'd placed in the Notifications folder.
    I downloaded the app Zedge, downloaded specific Notification sounds (.mp3, and they work).  I also downloaded .mp3 ringtones and then moved them into the Notifications folders, and THAT worked.  The problem seems to be that these are .dm files?  Is my phone unable to read .dm files as Notification sounds?  Or is there something I missed?  Something else I can do?
    I looked all over for software that will convert .dm files to .mp3, found a suggestion calling for the deletion of a couple of the lines of code from within the .dm file using Notebook ++, but that didn't work.  I don't remember seeing anywhere in the store that these ringtone files come in the protected .dm filetype; that many players will not be able to play them, and that I won't be able to use them for notification sounds?
    Ay one have any suggestions?  Verizon: am I doing something wrong?
    Thanks in advance for any help.

    Usually when you purchase ringtones from the Verizon store, you can only use them as ringtones. Since you have a smartphone, an app would be the best bet. You can find almost any song you're looking for in a free ringtone app, there's no need to purchase them.

  • Why am I all of a sudden getting all my text and email notifications in Spanish?  How do I change back to English?  Can't find in profile settings?!

    Why am I all of a sudden getting all my text and email notifications in Spanish?  How do I switch back to English?  I can't find that option in profile or notification settings . . .

        elliew,
    That's a great point! If all other messages and apps on your phone are in English, the preferred language may need to be updated on your account. If this is the case for any of our customers, just reach out to our customer support team at 800-922-0204 or http://vz.to/1vsIHJq .
    BrianP_VZW
    Follow Us on Twitter @VZWSupport

  • My ringer is no longer working for text and email notifications. Only working for phone calls. I have gone through all the settings to see where something is off. Not finding anything. I have tried changing the tone and it just vibrates on everything.

    My ringer is no longer working for text and email notifications. Only working for phone calls. I have gone through all the settings to see where something is off. Not finding anything. I have tried changing the tone and it just vibrates on everything.

    Ok so I happened to figure it out while on the phone to apple support. Even though the guy was very nice, I think I knew more than him! He was explaining very basic resolution principles I played about. I had the second option in displays resolution. All I did was unplug the HDMI cable, click on 'best for display' then plugged the HDMI in and my resolution on the normal monitor changed to the normal blue, then went black momentarily and then changed to a strange resolution but another window appeared that said SONY BRAVIA HDMI at the top! Hey presto! Don't know why it didn't do it yesterday - I probably left the HDMI cable in or something! Oh well. Problem solved!

  • Receiving text and email notifications while on call

    While I'm on a call, I receive text and email notifications (by a sound and a buzz). Is there a way to shut this off, as it's annoying when there are multiple messages coming through.

    Sure; go to settings > sounds and set "new text" and "new VM" to off.
    Of course this turns them off ALL the time; your only choice ( I am sure there is a hack for this oversight out there somewhere, though)
    This is not a business class smartphone ; its an iPhone.

  • I have SOA suite and Jdeveloper, what do i need more for BAM ?

    Hi
    Thank you for reading my post
    I have installed both soa suite and latest version of jdeveloper
    I can see BAM node under connections node but i do not know how should i add the bam server connection.
    so my questions are :
    -should i install the bam server seperately or it come with ORACLE SOA suite?
    -if i should install seperately, where is hould find it?
    -if it is inside the SOA suite How i can activate it and add it to my Jdeveloper?
    thanks

    \BAM is part of SOA suite, but BAM should be installed separately, Go to http://www.oracle.com/technology/products/integration/bam/index.html for details.

  • How to run the Oracle SOA Suite and all its prerequisites on different mach

    Greetings,
    Due to the difficulty to run the SOA Suite and all its prerequisites, including JDeveloper, on a single machine, I would like to deploy the admin server, the soa server and the bam server on separate machines. Is it possible and, if yes, how ?
    Kind regards,
    Nicolas

    yes.
    You can just install db + rcu + wlst + soa on 1 machine. After that you middleware should be up and running.
    Now you can install jdeveloper + soa extensions on your client and connect to the remote location of the soa server
    or did i misunderstood you ?

  • Failing to assemble Downloaded Pre-built Virtual Machine for  SOA Suite and BPM Suite 11g

    Hello,
    I checked the download checksum of the files downloaded for Pre-built Virtual Machine for  SOA Suite and BPM Suite 11g ( Pre-built Virtual Machine for SOA Suite and BPM Suite 11g ) and they all match checksums.
    however, when I try to assemble them with 7zip, I get a corrupt error message.  I have tried downloading with Chrome and Internet Explorer.  I have also tried assembling the 7zip files different ways.
    Is there anything else I should try?
    Running on Windows 7, 64 bit machine.  (with lots of disk space).
    Is there any other way to get the files?
    thank you.

    thanks for the response
    I guess I will have to do that as well.
    However, it defeats the speed with which can ramp up with the toolset;  thus slowing my time I can allocate to learning it...

  • Differences between SOA Suite and BPM suite

    Hi All,
    Can any one tell us what are the differences between SOA Suite and BPM suite.
    Thanks
    parker.

    Please find the link below.
    Difference B/W SOA Suite and BPM Suite
    Hope it will help you.
    Bibhu

  • Fault Policies in soa 11g with email notification

    SOA 11.1.1.3
    I want to implement faulpolicies.xml and send email notification. (for binding ,remote fault after certain retries).Can I use email activity in BPEL catch block for this , what should I add ,in my faultpolicies.xml to trigger email activity
    <?xml version="1.0" encoding="UTF-8"?>
    <faultPolicy version="2.0.1" id="FaultPolicyName"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="http://schemas.oracle.com/bpel/faultpolicy"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Conditions>
    <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    name="bpelx:bindingFault">
    <condition>
    <action ref="ora-retry"/>
    </condition>
    </faultName>
    <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    name="bpelx:runtimeFault">
    <condition>
    <action ref="ora-retry"/>
    </condition>
    </faultName>
    </Conditions>
    <Actions>
    <Action id="ora-retry">
    <retry>
    <retryCount>8</retryCount>
    <retryInterval>2</retryInterval>
    <exponentialBackoff/>
    <retryFailureAction ref="send-notification"/>
    </retry>
    </Action>
    </Actions>
    Also, can anyone please tell which is a better option - using email activity or custom java code in fault
    policies.xml.
    Thanks

    Like Oraacler suggested, you can definitely rethrow the fault to BPEL to send the notification. However, your BPEL fault handlers will become pretty tedious when you have to check for error types in your catch block to retrieve the message and type the e-mail. On top of that, if you have multiple catch blocks in a single process or multiple processes spec'd to throw similar notifications, you will have to add a lot of redundant code. You can definitely externalize the notification to a different process that handles all e-mails, but even that does not take out having multiple invokes on the faulted process.
    Having a fault handler Java class to handle global faults allows you to externalize and standardize exception management and also dramatically minimizes BPEL code. In your Java class you also get the API's to access a lot more information then you will in BPEL allowing you to provide detailed messages. This has been my choice to account for any error that should not happen on a regular basis (binding and remote).
    The only drawback of the Java class is the development piece which can take forever since you have to restart the server after every little change. There is however a way to write a client java class for development on JDeveloper which directly connects to the weblogic-soa dehydration store to look up an instance with a fault and retrieve the fault message. You can then use that message to do your testing/development before finalizing it and moving it to the server.
    Depends on what you decide, let us know if you run into any more constraints and we can definitely try to help you.
    Thanks and good luck!

  • SOA Suite 11g - Email with attachments (Attachment from SOAP attachment)

    Hello,
    Can any one please help as to how I can do the following in Oracle SOA 11g:
    Using a BPEL process how can I send an Email with attachments where the attachment itself is coming from a SOAP attachment.
    The back ground is that we have portal sites from where the users can upload a document and then from their a SOA service is invoked and the attachment would be passed as (SOAP attachments) and then emails have to be send to users containing this uploaded document as the attachment.
    Thanks.
    feel free to email me [email protected]

    Yes, I need all supported standards and their version of SOA Suite 11g because my customer wants to upgrade from 10g to 11g, especially all supported standards and version number of OBPM 11g and OBPM 10g.
    A people has pasted all support standards and version number of OBPM 10g. I get a standard list of OSB.
    OBPM 11g supports:
    BPEL
    xml 1.0
    Servlet 2.3\JSP1.2 (J2EE 1.2),
    Servlet 2.4\JSP2.0(J2EE 1.4),
    Servlet 2.5\JSP2.1(Java EE 1.5)
    UDDI
    SOAP
    WSDL
    WS-BPEL for People
    XML Schema
    XPDL
    SOAP
    XQuery
    XLIFF
    XSL map
    XSLT
    UML
    Ant
    EJB 2.1, JPA/EJB 3.0
    JAAS
    Spring
    JAXB 1.0, JAXB 2.0
    XHTML
    HTML
    JSP
    JSF
    JSR-168
    XSQL
    WS-Policy
    But I cannot find the document about version number of the above standards

  • Procedures and Email Notifications

    boldEN*bold*
    Hi everyone!!
    In my BPM development, i'm trying to automatize the email notifications, based on due process periods. Also, I need to inform, based on the delay, some other participants that escalates the alarm message.
    Is it possible to do it using an "E-Mail Notification" component that can be reused during all the process, even that the interval conditions and informed users varies upon each activity.
    Is there another way to solve it?
    Thanks
    boldSP:*bold*
    Saludos a todos!
    En mi desarrollo BPM requiero automatizar el proceso de envio de email, al caducar ciertas actividades. Basado en ello, el tiempo de caducidad varia de acuerdo a cada actividad y al usuario, ya que varian tanto los intervalos de aviso, como los correos y su escalamiento en caso de demoras mayores a lo solicitado.
    Pienso que es posible tomar un procedimiento especializado que permita ser reutilizado en este y otros proyectos, a pesar de que requiera parametrizar tanto los usuarios "base" y "escalados", como los intervalos de alarmas, durante el proceso.
    ¿ Existe otra forma de realizarlo?
    Gracias,

    I think I understand what you're after. I think you want to use the same escalation logic for all of your processes and instead of embedding this in every process you want something reusable. If this is not the case, read no further.
    While you can do this, there are still going to be 5 things each process would still need to have inside of them:
    <li> your process would need to set the "deadline" predefined variable to the intial timeout (2 hours in the future in your example)
    <li> your process would need an Exeption Handler needs to be added with an Exception transition set to "Instance Expiration"
    <li> your process would need an Integer instance variable "alertLevel" to keep track of the current level
    <li> your process would need a String instance variable "currentlyAssignedTo" to keep track of who's supervisor you want to notify
    <li> your process would need an Automatic activity with one line of logic inside it.
    You could have the Exception transition leaving the Exception Handler activity go to a subprocess using a Subflow activity. This subprocess would send the emails, determine the new deadline interval, determine the new priority of the instance, look up the currently assigned user, manager and supervisor's email addresses and send the email(s). The subflow would have two input argument variables (alertLevelArg and currentlyAssignedToArg). In the Begin activity, these arguments would be mapped to corresponding instance variables. Inside this subprocess there would be an automatic with the logic to send the email to the user / manager / supervisor based on the alertLevel instance variable. This subprocess would pass back out through its output argument variables the new alertLevelArg, and new deadline (a time argument variable set to some time in the future based on the new alert's level).
    Once the instance in the called subprocess completes, the output arguments need to be mapped to the original process's "alertLevel" and "deadline" variable. From the Subflow activity, you'd have an unconditional activity that flows into an Automatic activity via an unconditional transition. This automatic activity would have the single line of logic "action = BACK" so the instance is sent back from the Exception Hanldler's flow back to the activity inside the process it was in when the Instance Expiration exception occurred.
    Avoid hard coding the values of "2" and "5" and "8" for the number of hours to have elapse inside your logic. Instead make them business parameters capable of being edited by an business owner.
    Dan

  • Text and email notifications

     Help.I have lost the blackberry tone for email and text notifications. I cannot find where to get it back. Pearl flip 8230.

    Hey emma53, 
    Welcome to the forums ! 
    Are you still having this issue? If so then you may to try to back up and complete a clean reload of the device software as shown here http://bbry.lv/cG8oer. Before you restore your data test to see if the notifications are back.
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Subject: Integrating SMS and Email Notifications

    Hi All,
    I'm trying to integrate our email notification system with some sort of SMS messaging system and I've a couple of questions
    1. Is it free to send the SMS from my java application...
    2. If I'm using smslib and GSM modem......who pay's for the SMS message here in the United States.....I know in Ireland its only the receiver who pay's but here it's both the sender and receiver pay when it's mobile to mobile
    3. This will be my first time doing anything like this, so and advice, code snippets or pointer would be really appreciated
    Thanks in advance
    f

    SMS email gateways are usually free to send to, but be aware that they may shut you off if you spam users.
    As for the recipient, I think the SMS goes against the recipient's allowed number of messages in his calling plan, but that really depends on the nature of the agreement between the recipient and the telco. If it goes over the allowed number of messages for the recipient, then he will be charged whatever rate is in the agreement.

Maybe you are looking for

  • My T420 Review + Warranty Experience + Accessorie​s & Upgrades

    I received my T420 earlier this week and wanted to let everyone know my experiences with the machine itself as well as some accessories I purchased for it. You will see comparisons to the T400. The T400 is my SO's machine. Machine details for both ar

  • I don't want my child to be able to defeat VPN.  Can I hide this setting? or can I PW protect it?

    iPhones are not easy to use effective content filters.  OpenDNS and other similar solutions can control content coming in from wi-fi.   However, the cellular phone companies don't provide the predicatable contol or access to their DNS function.     O

  • Different Decibel Level QT AIFF Files Played Tiger Vs. Leopard

    Hi Gang I still haven't found out why I get different decibel levels when created/played in a Tiger 10.4.11 environnment then played in a Leopard environnment. The levels are always about 1/2 the level when played in Leopard. These files could be AIF

  • PHP, INSERT FILNAME FIELD  FROM FORM

    I am trying to do a simple insert record into a MySQL database and for the life of me I cannot get the file field (<input name="photoNAME" type="file" id="photoNAME" />) to insert into the database. I have three other fields that do insert correctly

  • What is wrong with my vocal tracks

    I keep having terrible sounding vocal tracks on my GB recordings, They seem to be very inconsistent volumes and sound shrill. Also on the vocal track the clipping light keeps lighting up even when they are not loud enough in relation to the track. I