Sending messages with more than 500 recipients

Sending a message to more than 500 recipients can cause a performance
degredation on the Messaging Server.
<P>
To prevent performance degredation, a 500 recipient cutoff is implemented. Any
message that is sent to more than 500 recipients has its recipient list
automatically divided into lists of fewer than 500. The message is then sent to
each of these lists. The entire process is transparent to sender, mail
adminstrator, and recipients.
<P>
If, for performance reasons, you would like to change this value, you can do so
by editing the /etc/netscape.mail.conf file. Look for
MsgRecipsCutoff=500. You can then
change the value from 500 to the desired value.

To limit the number of recipients for a message in NMS 4x, use the configutil attribute <b>local.service.smtp.smtp-accept.maxrecipients</b>.
The default value is 100000.

Similar Messages

  • IPhone won't let me send messages to more than 2 contacts at a time

    My iPhone suddenly won't let me send messages to more than 2 contacts at a time. This is annoying as I want to send out a group SMS to people.
    Any suggestions? I'm using the latest update to the operating system.
    Cheers.

    It would appear that I can send an SMS to multiple contacts, providing that it's not a forwarded message. This means that I have to start from scratcheach time, and then I can send it to over 30 recipients at a time. Not sure why though, and I'm not sure why the sign doesn't appear all of the time as an option for me to press. At other times, it is particially obscured by the curser/text box. This is obviously a glitch in the system, as it happens inconsistently.

  • Report with more than 500 rows

    I have a report with more than 500 rows and i donot know the total number of records returned from sql query before hand. Is there any way to dynamically set the MAX ROW COUNT in the report - layout and pagination.
    Thanks a lot
    Sudha

    Hi All,
    The main problem for the scenario is that....Say you first create a SQL query based report with setting the row per page 15 .Now after the region is displayed if u go through the report attributes of the page and change the no. of row per page and apply changes the same will not going to reflect in the report display page.
    For ur case just select the no. of page u want to show while creating SQL Query based report region say 1000 and after creating the region go to the report attributes -> Layout and Pagination -> Max Row Count : 9000 (say).
    I have solved the problem after creating 700 rows and the all rows displayed in the page fine........If u have further issue plz revert back to me.
    Thats solve ur problem i think.....
    Thanks n Regards,
    ROSY

  • Categorize a table with more than 500 formulas or unique values.

    How comes you can't categorize a table with more than 500 formulas or unique values? Can you change this?

    This error appears in GeoServer and SQLPLUS.
    I have set up a completly new database installation to test this error and everything works fine. I tried it again on the previous database but I still get the same error. I also tried to restart the database, but with no luck, the error is still there. I geuss something is wrong with the database installation.
    Anyone knows what could cause an error like this "End of TNS data channel"?

  • HT3529 How do you send message to more than one address, iPhone 5, 6.0.1/

    How do you send message to more than one address on iphone 5, 6.0.1?

    ... or, once the first address appears as a bubble, simply start typing the second address in the "To" field.

  • Since the recent update, my Text Messages no longer permit me to send messages to more than two people at a time. How do I resolve this issue?

    Since the most recent update, my IPhone 5c no longer permits me to send text messages to more that two people at a time. How can I resolve this to send text messages to more than two people in a group message.

    It would appear that I can send an SMS to multiple contacts, providing that it's not a forwarded message. This means that I have to start from scratcheach time, and then I can send it to over 30 recipients at a time. Not sure why though, and I'm not sure why the sign doesn't appear all of the time as an option for me to press. At other times, it is particially obscured by the curser/text box. This is obviously a glitch in the system, as it happens inconsistently.

  • I need to upload a pdf with more than 500 fields, but not all need to be registered.

    We are working on a pdf to send to our customers. The form has more than 500 fields but we only need to register some of them, the other fields will be filled in the pdf, saved and sent bak to us. Is there any way to do that?
    Thanks in advance.

    I am sorry but there is no way to designate some fields for online collection and others not.
    Andrew

  • Read CAN Data message With more Than 64 bits

    Dear All,
    I'm working With CAN card PCI Series 2 with Labview 8.2.1 and Measurement and automation 5.1.
    I'm making measures from an ECU.
    This one (please see piture) is composed with more than 64 bits for one ID.
    I don't found how I can read those Data using "Channel API". Is It possible ?
    On MAX I am not able to creat CAN Task measure with more Than 64 bits...
    It is necessary to use only "Frame API".
    Thanks for repply.
    Regards
    Solved!
    Go to Solution.
    Attachments:
    Transmition_Data _ECU_ A_50Hz.JPG ‏80 KB

    NI-CAN Channel API is not able to deal with Multi frame messages, so you would need to use the NI-CAN Frame API to read the Multi frame message and do the conversion into physical values on your own.

  • Netbeans creating wsdl file having message with more than one part...

    Hi,
    I am using netbeans 6.0.1. I made an xml schema, then I wanted to make an wsdl that uses that schema.
    I wanted to put in a message more parts(3), and it would not let me. Then, i made the message with just one part, and added the other parts afterwards.
    But now, when I try to make a web service from that wsdl, it says that there is no service in the specified wsdl file.
    And if i let that message with just one part, it will make the Web Service.
    here is the xml schema and the wsdl file:
    XML Schema:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://xml.netbeans.org/schema/Abruf38"
    xmlns:tns="http://xml.netbeans.org/schema/Abruf38"
    elementFormDefault="qualified">
    <xsd:complexType name="FormRequest">
    <xsd:sequence>
    <xsd:element name="newRequest" type="xsd:boolean"/>
    <xsd:element name="requestNumber" type="xsd:int"/>
    <xsd:element name="vehicleClass" type="xsd:string"/>
    <xsd:element name="vehiclesNumber" type="xsd:int"/>
    <xsd:element name="prefferedType" type="xsd:string"/>
    <xsd:element name="kombi" type="xsd:boolean"/>
    <xsd:element name="usageMission" type="xsd:boolean"/>
    <xsd:element name="usageEducation" type="xsd:boolean"/>
    <xsd:element name="usageGeneral" type="xsd:boolean"/>
    <xsd:element name="usageOthers" type="xsd:string"/>
    <xsd:element name="eqVehicle" type="xsd:boolean"/>
    <xsd:element name="eqDangerous" type="xsd:boolean"/>
    <xsd:element name="eqPlaneSpriegel" type="xsd:boolean"/>
    <xsd:element name="eqBegrstll" type="xsd:boolean"/>
    <xsd:element name="eqMSitzBTruck" type="xsd:boolean"/>
    <xsd:element name="eqVerzurrAusst" type="xsd:boolean"/>
    <xsd:element name="eqOthers" type="xsd:string"/>
    <xsd:element name="bringService" type="xsd:boolean"/>
    <xsd:element name="holService" type="xsd:boolean"/>
    <xsd:element name="chauffService" type="xsd:boolean"/>
    <xsd:element name="otherService1" type="xsd:string"/>
    <xsd:element name="otherService1Chk" type="xsd:boolean"/>
    <xsd:element name="otherService2" type="xsd:string"/>
    <xsd:element name="otherService2Chk" type="xsd:boolean"/>
    <xsd:element name="otherService3" type="xsd:string"/>
    <xsd:element name="otherService3Chk" type="xsd:boolean"/>
    <xsd:element name="activity" type="xsd:string"/>
    <xsd:element name="costPayer" type="xsd:string"/>
    <xsd:element name="costCenter" type="xsd:string"/>
    <xsd:element name="vehicleCost" type="xsd:float"/>
    <xsd:element name="chauffServiceCost" type="xsd:float"/>
    <xsd:element name="holBringServiceCost" type="xsd:float"/>
    <xsd:element name="totalCost" type="xsd:float"/>
    <xsd:element name="tripPurpose" type="xsd:string"/>
    <xsd:element name="fixTermin" type="xsd:boolean"/>
    <xsd:element name="justificationFix" type="xsd:string"/>
    <xsd:element name="requestID" type="xsd:string"/>
    <xsd:element name="rentalPeriod" type="tns:RentalPeriod"/>
    <xsd:element name="carPool" type="tns:CarPool"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="CarPool">
    <xsd:sequence>
    <xsd:element name="poolID" type="xsd:string"/>
    <xsd:element name="poolName" type="xsd:string"/>
    <xsd:element name="orgNumber" type="xsd:string"/>
    <xsd:element name="vehicle" maxOccurs="unbounded" type="tns:Vehicle"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="RentalPeriod">
    <xsd:sequence>
    <xsd:element name="rentalPeriodID" type="xsd:string"/>
    <xsd:element name="startDate" type="xsd:date"/>
    <xsd:element name="endDate" type="xsd:date"/>
    <xsd:element name="startTime" type="xsd:time"/>
    <xsd:element name="endTime" type="xsd:time"/>
    <xsd:element name="startLocation" type="xsd:string"/>
    <xsd:element name="endLocation" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="Vehicle">
    <xsd:sequence>
    <xsd:element name="vehicleID" type="xsd:string"/>
    <xsd:element name="vehicleClass" type="xsd:string"/>
    <xsd:element name="vehicleRegisterNo" type="xsd:int"/>
    <xsd:element name="vehicleType" type="xsd:string"/>
    <xsd:element name="seatsNumber" type="xsd:int"/>
    <xsd:element name="cost" type="xsd:float"/>
    <xsd:element name="available" type="xsd:boolean"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="Contact">
    <xsd:sequence>
    <xsd:element name="contactID" type="xsd:string"/>
    <xsd:element name="contactName" type="xsd:string"/>
    <xsd:element name="telNumber" type="xsd:int"/>
    <xsd:element name="faxNumber" type="xsd:int"/>
    <xsd:element name="loNo" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="Person">
    <xsd:sequence>
    <xsd:element name="personID"/>
    <xsd:element name="department" type="xsd:string"/>
    <xsd:element name="serviceNumber" type="xsd:int"/>
    <xsd:element name="contact" type="tns:Contact"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="Department">
    <xsd:sequence>
    <xsd:element name="departmentID" type="xsd:string"/>
    <xsd:element name="fundsDepartment" type="xsd:string"/>
    <xsd:element name="mvwdst" type="xsd:int"/>
    <xsd:element name="distributionNumber" type="xsd:int"/>
    <xsd:element name="contact" type="tns:Contact"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="formRequestElement" type="tns:FormRequest"/>
    <xsd:element name="personElement" type="tns:Person"/>
    <xsd:element name="departmentElement" type="tns:Department"/>
    <xsd:element name="vehicle" type="tns:Vehicle"/>
    <xsd:element name="loadFormReturn" type="xsd:boolean"/>
    <xsd:element name="editFormReturn" type="xsd:boolean"/>
    </xsd:schema>
    Wsdl File:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="userWS" targetNamespace="http://j2ee.netbeans.org/wsdl/userWS"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://xml.netbeans.org/schema/Abruf38" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:tns="http://j2ee.netbeans.org/wsdl/userWS" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types>
    <xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/userWS">
    <xsd:import namespace="http://xml.netbeans.org/schema/Abruf38" schemaLocation="Abruf38.xsd"/>
    </xsd:schema>
    </types>
    <message name="loadFormRequest">
    <part name="formRequest" element="ns:formRequestElement"/>
    <part name="person" element="ns:personElement"/>
    <part name="department" element="ns:departmentElement"/>
    </message>
    <message name="loadFormReply">
    <part name="retVal" element="ns:loadFormReturn"/>
    </message>
    <portType name="userWSPortType">
    <operation name="loadForm">
    <input name="input1" message="tns:loadFormRequest"></input>
    <output name="output1" message="tns:loadFormReply"/>
    </operation>
    </portType>
    <binding name="userWSBinding" type="tns:userWSPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="loadForm">
    <soap:operation/>
    <input name="input1">
    <soap:body use="literal"/>
    </input>
    <output name="output1">
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>
    <service name="userWSService">
    <port name="userWSPort" binding="tns:userWSBinding">
    <soap:address location="http://localhost:18181/userWSService/userWSPort"/>
    </port>
    </service>
    <plnk:partnerLinkType name="userWS1">
    <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
    In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
    A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
    <plnk:role name="userWSPortTypeRole" portType="tns:userWSPortType"/>
    </plnk:partnerLinkType>
    </definitions>
    The message that Netbeans says when trying to put more parts to the message is:
    WS-I Basic Profile Rule R2210: If a document-literal binding in a DESCRIPTION does not specify the parts attribute on a soapbind:body element, the corresponding abstract wsdl:message MUST define zero or one wsdl:parts.
    Please...I am desperate, cause I am pressed by time!
    Can anyone tell me how can I make it work. Cause it is very common to use a Web service operation that has more than ONE parameter.
    I am waiting for your replys!

    Hi,
    Change the <soap:binding style="document"... to <soap:binding style="rpc"... and see if that works.
    I'm not sure how to get <soap:binding style="document"... working yet - I'm not that experienced in web services yet.
    Hope this helps and is not too late.
    Regards,
    Greg Nye

  • PL/SQL process returning message with more than 4000 chars

    In our apex application we are using a pl/sql process returning a message.
    This message should be shown to the user.
    Our problem is now, that the application items in APEX seem to be limited to 4000 chars and the message can be longer.
    We are also not able to use a collection, because we can't print the content of a collection in the "Process Success Message".
    Here is the content of a page process which is running on page load after header:
    Name - Type:     PL/SQL anonymous block
    Source - Process: :AI_TEST := p0001_pkg.get_text;
    Messages - Process Success Message: &AI_TEST.
    Image from process [https://twitter.com/OliverLemm/status/324058809138032640/photo/1/large]
    If the page is called the result is this error message:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Technical Info (only visible for developers)
    is_internal_error: false
    ora_sqlcode: -6502
    ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    component.type: APEX_APPLICATION_PAGE_PROCESS
    component.id: 16433072916569237418
    component.name: get_text
    error_backtrace:
    ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 100
    ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 141
    Edited by: Oliver L on 16.04.2013 09:17

    no an item like P0_TEST on page 0 / global page also does not help.
    But the error is not the application item / page item it's the problem that the "Process Success Message" can't handle more than 4000 chars.
    I tried to paste a string into the process success message, but the error "Error processing row. ORA-01461: can bind a LONG value only for insert into a LONG column" occured even when i filled the textarea and saved the process.
    So there's no problem with the application item or page item.
    Edited by: Oliver L on 16.04.2013 10:00

  • Looking for 7200 RPM HD with more than 500 Gig capacity

    My MacBook Pro's 500G internal drive is nearly full. I want to upgrade to something larger (640G would be fine) but I would like to not step down to 7200 RPM. Does anyone have any recommendations. I have been looking around for one but can't find one.
    I wish Seagate would release a 640G version of its Momentus XT 7200RPM - I would snap that up. Any chance that will happen soon.
    Thank you.

    Hi Bryan,
    I'm referring to running a double HD configuration.
    SSD - http://www.newegg.com/Product/Product.aspx?Item=N82E16820227510 ($75)
    SATA - http://www.newegg.com/Product/Product.aspx?Item=N82E16822148371 ($60)
    OptiBay enclosure for 2nd HD - http://www.newegg.com/Product/Product.aspx?Item=N82E16822148371 ($99)
    Total price = ~$250
    While it's more than the 500GB Momentus XT if you really want the speed of an SSD and the capacity of a SATA drive it's a much more worthwhile investment to go this strategy. The drawback, however, is you lose your optical drive. It's just another option.

  • How do I send a message with more than 140 characters?

    Hi,
    I am having some problems with Firefox that just cropped up. I have been using it quite a while without incident.
    Now when I try to access my bank account, after I log in with the user name and password [I am at the page where I select my account], the screen shows a blank screen with this string.
    http://sso2.toast.net/login.php?SAMLRequest=fVLJTsMwEL0j8Q%2BW79mKEMhqggoIUYklooEDN9edJka2J3icFv4eNwUBB7g%2Bv3nLeKZnb9awDXjS6EpepDln4BSutGtL%2FthcJaf8rDo8mJK0phezIXTuAV4HoMDipCMxPpR88E6gJE3CSQskghKL2e2NmKS56D0GVGg4m1%2BWHNV6aVT7YjsD2oLrAUxrLGpAwK6HJfTLToLk7Okr1mQXa040wNxRkC5EKC%2BKJD9JJnlTHIvJsSiOnjmrP53Otds3%2BC%2FWck8icd00dVLfL5pRYKNX4O8iu%2BQtYmsgVWh39rUk0psIr6Uh4GxGBD7EgBfoaLDgF%2BA3WsHjw03JuxB6Elm23W7Tb5lMZiHGCamDkElFvBoXK8Zu%2FsdG%2F08uv5x59a09zX5IVZ8ftusxv6zRaPXOZsbg9sKDDLFE8EPscIXeyvC3W5EWI6JXyXqkisFRD0qvNaw4y6q96%2B%2FLiPfyAQ%3D%3D&RelayState=https%3A%2F%2Fwww.google.com%2Fa%2Ftoast.net%2FServiceLogin%3Fservice%3Dmail%26passive%3Dtrue%26rm%3Dfalse%26continue%3Dhttp%253A%252F%252Fmail.google.com%252Fa%252Ftoast.net%252F%253Fchat%253D0%2526labs%253D0%26bsv%3Dllya694le36z%26ltmpl%3Ddefault%26ltmplcache%3D2%26from%3Dlogin
    This also happens when I try to get my web mail from my internet service provider.
    IE gets through without issue.
    I have tried updating with no sucess.
    Then I uninstalled and reinstalled the program with the same results.
    Thanks, Mac McClure

    Actually,Acrobat won't do it by itself, you need a driver created by the scanner's manufacturer. In fact, many scanner's come with the capability. I have had HP, Epson and Fijitsu scanners they all came with the capability of scanning to PDF. The Fujitsu will not work with Acrobat's scanning capability, since it does not come with the appropriate drivers, even though it came with a copy of Acrobat!

  • How can I send email to more than 9 recipients?

    I'm only given 9 "TO" lines in Mozilla Thumderbird.

    Did you try hitting enter after you filled the last address field? It usually produces a new field.

  • Is there a way to send a group text message to more than 10 recepients?

    Is it possible to send a group text message to more than 10 recipients? I called AT&T tech support and they said the phone's software limits group messages to no more than 10.

    Apple does not explain why it makes the choices it does, nor will you get a response
    from Apple on this forum. You can make Apple aware of your thoughts at
    www.apple.com/feedback  Your message will be read, but not answered.
    AFAIK, there is no way to increase the limit of the native app. Use a 3rd party app if that
    function is important to you. Others have expressed similar frustration in the past and
    have chosen another app to fill their needs.

  • Send email from SAP with more than one attachment

    Hi all,
    How can i send email with more than one attachment and different types of document(doc,pdf,etc.) from SAP to external?
    Besr regards,
    Munur

    Hi,
    I use :
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    the main problem with different attachemts is to genereate the packing_list.
    the packing list is a kind of description of the data table... where ist the start  of an image, end, size...
    "Creation of the entry for the compressed attachment
            objpack-transf_bin = 'X'.                    " it could be an image
            objpack-head_num = lv_head_num_count .  " inital 1 each att  add 1
            objpack-head_start = 1.                     " fix
            objpack-body_start = gv_startnum.    " table with attachments  1. line one
            objpack-body_num = tab_lines.          " how many lines are in the table of attachment
            objpack-doc_size = tab_lines * 255.   " size of the  attachment...
           objpack-doc_type = lv_typ . " 'JPG'.
            objpack-obj_name = 'ATTACHMENT'.
            objpack-obj_descr = lv_stripped_name  " name of the JPG
       APPEND objpack.
       APPEND LINES OF lt_goscontent TO gt_maildata.  " data Table...
    bestreg
    robert

Maybe you are looking for

  • Ipad 2 no longer connects to wifi any help please!

    My ipad used to connect to my home wifi but now it recognises it but does not connect (cant open anything internet related). Fritzed on me in the middle of browsing. I have done everything that I found on these and other forums (turning off/on, reset

  • Surround Mixer for Audigy and Windows 7?

    Hello, I've just installed Windows 7 and I see that the old XP Surround Mixer is no longer working. I know that?Windows has a sound?mixer, but it is?really annoying and incomplete. Is there a functional Creative Surround Mixer that I can use with Win

  • Mouse pad not working properly having downloaded Windows 8

    Hi, having downloaded Windows 8 to my laptop (HP Spectre xt 13-2000ea) the mouse pad has stopped working properly. The "two finger" page down/up and left/right has stopped working. I have looked at the mouse settings and it currenlty states the synap

  • Can I run safari on, windows for free, on my mac?

    I would like to see what some websites look like on a windows pc. Can I use safari with windows, on my mac? If so which one can I get for free? Or do I need to buy windows?

  • AirPort Express won't work with 7.0.2

    Everything was fine til I bought a new Shuffle. It made me upgrade to 7.0.2, now my Airport Express won't work. I have firmware 6.2 and just uploaded all of the newest updates from apple.com for it (AX). The security is off on my network and the AX i