Subscription emails for news

Hi All,
I have a small problem with the subscription functionality that I can't resolve on my own.
When I create a subscription for the folder in which my news are located in, the subscription emails never get to be sent off. When I create a subscription on any other folder the subscription emails works as they should. Is there something that I'm missing here? Is there something extra that has to be considered when subscribing to news in the portal?
All suggestion are welcome.
All other email functionality, like send to and notifactions, works without any problems in the portal. I'm using a netweaver portal.
Regards,
/Lennart

Hi Lennart
Subscription of the news is same as any other subscriptions. There is no additional configuration for this. Check for the permissions and service permissions set properly.
Regards
Geogi

Similar Messages

  • Send email for new customer creation

    Can I send email to someone when the new customer has been create through XD01. Is there any userexit to do that. thanks!

    Receiving E-Mail and processing it with ABAP - Version 610 and Higher
    OR
    REPORT  zsendemail                    .
    PARAMETERS: psubject(40) type c default  'Hello',
                p_email(40)   type c default 'write mail id' .
    data:   it_packing_list like sopcklsti1 occurs 0 with header line,
            it_contents like solisti1 occurs 0 with header line,
            it_receivers like somlreci1 occurs 0 with header line,
            it_attachment like solisti1 occurs 0 with header line,
            gd_cnt type i,
            gd_sent_all(1) type c,
            gd_doc_data like sodocchgi1,
            gd_error type sy-subrc.
    data:   it_message type standard table of SOLISTI1 initial size 0
                    with header line.
    *START-OF-SELECTION.
    START-OF-SELECTION.
    Perform populate_message_table.
    *Send email message, although is not sent from SAP until mail send
    *program has been executed(rsconn01)
    PERFORM send_email_message.
    *Instructs mail send program for SAPCONNECT to send email(rsconn01)
    perform initiate_mail_execute_program.
    *&      Form  POPULATE_MESSAGE_TABLE
          Adds text to email text table
    form populate_message_table.
      Append 'Email line 1' to it_message.
      Append 'Email line 2' to it_message.
      Append 'Email line 3' to it_message.
      Append 'Email line 4' to it_message.
    endform.                    " POPULATE_MESSAGE_TABLE
    *&      Form  SEND_EMAIL_MESSAGE
          Send email message
    form send_email_message.
    Fill the document data.
      gd_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
      gd_doc_data-obj_langu = sy-langu.
      gd_doc_data-obj_name  = 'SAPRPT'.
      gd_doc_data-obj_descr = psubject.
      gd_doc_data-sensitivty = 'F'.
    Describe the body of the message
      clear it_packing_list.
      refresh it_packing_list.
      it_packing_list-transf_bin = space.
      it_packing_list-head_start = 1.
      it_packing_list-head_num = 0.
      it_packing_list-body_start = 1.
      describe table it_message lines it_packing_list-body_num.
      it_packing_list-doc_type = 'RAW'.
      append it_packing_list.
    Add the recipients email address
      clear it_receivers.
      refresh it_receivers.
      it_receivers-receiver = p_email.
      it_receivers-rec_type = 'U'.
      it_receivers-com_type = 'INT'.
      it_receivers-notif_del = 'X'.
      it_receivers-notif_ndel = 'X'.
      append it_receivers.
    Call the FM to post the message to SAPMAIL
      call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           exporting
                document_data              = gd_doc_data
                put_in_outbox              = 'X'
           importing
                sent_to_all                = gd_sent_all
           tables
                packing_list               = it_packing_list
                contents_txt               = it_message
                receivers                  = it_receivers
           exceptions
                too_many_receivers         = 1
                document_not_sent          = 2
                document_type_not_exist    = 3
                operation_no_authorization = 4
                parameter_error            = 5
                x_error                    = 6
                enqueue_error              = 7
                others                     = 8.
    Store function module return code
      gd_error = sy-subrc.
    Get it_receivers return code
      loop at it_receivers.
      endloop.
    endform.                    " SEND_EMAIL_MESSAGE
    *&      Form  INITIATE_MAIL_EXECUTE_PROGRAM
          Instructs mail send program for SAPCONNECT to send email.
    form initiate_mail_execute_program.
      wait up to 2 seconds.
      if gd_error eq 0.
          submit rsconn01 with mode = 'INT'
                        with output = 'X'
                        and return.
      endif.
    endform.

  • NRL digital pass subscription code for new customer

    AM after the nrl code or voucher number for a new customer, it comes free for 12 months with my new contract.. anyone can help me???

     I DONT SEE IT ANYWHERE        WELCOME TO YOUR NEW PLANHi ROBERT,Thanks for choosing Telstra! On this email we've attached the paperwork which will tell you all the need to know details, like what's included and excluded on your plan and what the main fees and charges are. We recommend keeping this e-mail, just in case you have any questions about your plan.Your order number is:
    Date: 12/05/2015 04:50:24 PMKeep on top of your accountIf you didn’t already know, you can also manage your services online using My Account. It’s a convenient way to keep on top of your account activity, with access from your PC and mobile when it suits you.Go to telstra.com/myaccount to register.With My Account, you can:Manage your bill settings including changing to a detailed or summary billView, download and pay your bills any timeMonitor your call costs between billsTop up your pre-paid servicesKeep track of any mobile data usageThanks again for choosing Telstra.
    If you have any questions or would like to know more, you can call us on 13 22 00 anytime or locate your local Telstra retail store online. Our dedicated team are on hand to help.
    Best regards,
    The Telstra team
       Privacy | Our Customer Terms | Contact Us  Things you need to know: ® and ™ are Registered trade mark and trade mark of Telstra Corporation Limited. ABN 33 051 775 556.      

  • Why am I not getting verification email for new ipad cloud access?

    Have new iPad 2 and passed on initial iCloud set up and verification. Now am not receiving any verification emails when trying to authenticate Cloud account. Any ideas why or better yet how to fix this ?

    Hello j evad,
    Congratulations on your new iPad!  I recommend resending the verification email from the Apple ID website as outlined below:
    How to verify the primary email address for your Apple ID
    When you first create an Apple ID (using your email address) a verification email will be sent to that address. If you sign in to your Apple ID from the link in that email, the email address will be verified as the primary email address for your Apple ID. You can also resend the email verification if the email address is not verified:
    1. Sign in to My Apple ID to manage your account information.
    2. Click Resend under Primary Email Address.
    3. Verify your changes by following the link in the email you will receive from Apple and signing back in to your account.
    Associating and verifying email addresses with your Apple ID
    http://support.apple.com/kb/HE68
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Wrong email for new ID verification email, how can I log in to change the wrong email?

    Just changed my Apple ID but after I was done I realized the email I used as my ID is wrong.  Now when I try to sign into iTunes I am being asked to verify the new ID using the verification email sent to the new email, problem being that that new email is wrong and I can't access it.  How can I log back into my account to change that email?  Help please.

    Did you get an answer to this? i have a new email and I can't verify the old one as it is blocked so can't log into it.  Any help will be appreciated.... thanks

  • Characterset of atachment in subscription email for interactive report

    Hi,
    I really like the subscription option on interactive reports. However we have an issue with the attachment.
    In the attachment it says : <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    But that leaves me with � characters where an ë should be. If I override the character encoding setting of my browser I do get the right characters.
    I suspect the characterencoding is WE8MSWIN1252 wich is my database characterset.
    What setting must I change to either have the attachment be really encoded in utf8 or have an alternative charset setting in the html.
    We are using Oracle 11g and Apex 4.0.1
    Thanks,
    Neil

    Sorry for the type (see above ;) ),
    There is no way to change the characterset used by APEX, at least none that would be configurable in APEX.
    In both FF 3.6 and IE 7 I get proper characters when downloading the HTML, but improper encoding in the mail attached report.
    When looking into the source (raw hex, so there's definetly no editor-awareness of any charset), I see proper encoding in the HTML Download, but no encoding in the HTML-attachment, which results in the improper display in the browser. However, when I let my webmailer view the attachment, everything looks fine. I assume, the problem is related to mail encoding. I wonder how my webmailer was abled to fix that, but not fix the file I downloaded...
    -Udo

  • Email Accounts now have limits for new users

    Just a quick post to save other Partner having the same experience I've just had.
    Apparently OpenSRS now has limits set on sending emails for new email addresses. It doesn't matter whether it's an existing domain/website, as soon as they set up a new email address in the BC system, they are limited to a miserly 10 emails/day. This will slowly work it's way up to 25 - 50 etc (see screenshot from support of one of my client accounts - http://screencast.com/t/Pp1oKRkS5I).
    I've had 2 different clients contact me in the last week about not being able to send emails and after days on support tickets and an hour on chat, I have found out that there is indeed a limit. It seems that if you contact support and show your displeasure, they can contact OpenSRS and get the mimit increased (just not immediately).
    I looked like an idiot telling my clients that there must be an issue with their Outlook setup, when all along the issue was with BC.
    Maybe I should change them all over to Google Apps.
    Jarrod

    Hi Brad
    That screenshot came from Support. It's not something we have access to. I'm not sure if it's pure coincidence, but I had 2 different clients with the same issue in the last week. From what support said, OpenSRS has made a few changes recently. Just something to be aware of.

  • Weekly subscription email doesn't respect permissions

    Hello everyone!
    We have a group of users subscribed on a weekly basis to a folder that has many subfolders.  The subscription is active for the parent folder and all subfolders to the complete depth.
    The group of users subscribed don't all have access to every single subfolder.  Some users have access to some subfolders, others have access to other subfolders.  However, in the weekly subscription email, ALL new documents from all the subfolders are listed, and the permissions are checked at the time they click the link.  If they aren't allowed to read the document, they get an 'access denied' error at that time.
    Is this how the subscription is supposed to work?  A bulk subscription email won't leave out the documents the user isn't allowed to see?
    Thanks in advance!
    Fallon Will

    Hi Fallon,
    your configuration is correct and the behaviour you have detect is as well correct.
    This is a "missing feature". The subscription service doesn't regards the permission because the service generates the list independent of an user context.
    Best Regards
    Frank

  • Mail constantly checks for new mail; downloads same emails repeatedly HELP!

    For the last three days (since 19th), Mail has been downloading the same emails over and over again. I first noticed a problem when about 20 spam emails that usually route to my Junk folder appeared in my Inbox. I thought I had just moved it incorrectly and deleted them, then they appeared again later.
    The mail jogger cycle (next to Inbox) keeps turning and turning like it can't stop checking for new mail. How do I get it to stop?? The emails are multiplying like gremlins in my Inbox and driving me nuts!
    Also, it only downloads new emails when I first open the app. I have to force-quit out of Mail, then reopen, and I will get a couple of new emails, and then ALL THE EMAILS FOR THE LAST THREE DAYS AGAIN.
    Mail was working fine for me until three days ago. The only thing I've changed recently is a Software Update on the 15th for QuickTime and iTunes.
    Please help! I tried to Repair Permissions and it didn't do anything. I also tried removing all messages from the server and that did nothing either.
    Mail Version 2.1
    THANK YOU ANYONE WHO CAN HELP ME!!
    iMac G5   Mac OS X (10.4.7)   2.1 GHz, 512 MB Memory

    UPDATE: I think I got it to stop checking mail. I have Yahoo mail and I checked my email through online Yahoo. I was able to delete a bunch of emails and it suddenly stopped checking for email in the Mail app.
    HOWEVER, it will NOT remove some of my junk emails. I was able to delete over 100+ of them. But one specific message (which I now have 8 copies of) will not go away. It is one of those 'Delivery Status Notification' emails. Is this a virus??
    I've tried Erasing Deleted Messages and Erasing Junk Mail. Neither helps. These emails won't go away.
    Help please! I would be very grateful.

  • New Icloud Terms and Conditions window pops up every time I try to check my email, or when I open setting. My email doesn't load because of this, so I haven't been able to check my email for months.

    'New Icloud Terms and Conditions' window pops up every time I try to check my email, or when I open setting. My email doesn't load because of this, so I haven't been able to check my email for months. When I click, 'view terms' it takes me to my Icloud section in settings, but the terms don't pop up. I plugged it into my iTunes to see if it would pop up, but that didn't work either. My phone is updated, and I'm pretty sure I already accepted the new terms and conditions on the last update a few months back.

    Hi munaxnight,
    If you are having issues with your iPhone continuing to ask you to accept terms and conditions, you may want to try some things to troubleshoot.
    First, quit all running applications and test again -
    Force an app to close in iOS
    Next, I would try restarting and if needed resetting the iPhone -
    Restart or reset your iPhone, iPad, or iPod touch
    If the issue is still present, you may want to restore the iPhone as a new device -
    How to erase your iOS device and then set it up as a new device or restore it from backups
    Thanks for using Apple Support Communities.
    Best,
    Brett L  

  • As of yesterday 3/1/2015 T'bird stopped reading mail rationally on ONE of my two Windows 7 PC's and when aksed to check for new email retrieves the SAME message

    no matter how many times I ask T'bird to check for new mail I get back ANOTHER copy of the same message dated 7:28am and NO MAIL received after that reaches my INBOX. On my other PC running Windows 7 only ONE copy of the 7:28am transmission arrives as does all subsequent email sent to me at this address... both PC's are protected by Avast anti-virus software. Turning the rogue PC off and on did not help nor did uploading and installing an updated version of T'bird.

    Are the setup the same? same accounts, same folders, same messages, same filters same add-ons?
    If that the case make a copy of the good profile and replace the bad one with that.

  • Is it possible to keep an email account on the iPhone but stop if from checking for new mail?

    I have an email account that has been deleted from the provider (Gmail), but I want to keep the old mails on my phone, while stopping it from checking for new mail.  Is this possible? 
    If I disable the account to stop if from checking for new mail (and producing a bunch of annoying pop-ups every time the mail app is opened), the account becomes invisible and the old mails disappear.  I want to keep them visible to I can read and refer to them, but want to stop the phone from trying to download new ones or check the account.
    Any help appreciated. 

    Thanks for the thought.  In this case, that doesn't really help much, as it requires a bunch of button pushing just to check emails.  Plus, if I'm not mistaken, in addition to switching modes every time I check email, it also prevents the other accounts from downloading the most recent mails as well.  Since it's possible to keep an account on a Mac computer, but take it offline, it's very disappointing if there isn't a way to do the equivalent on an iPhone so that it passively holds the mails but doesn't send constant pop-ups every time the app is accessed.

  • I got a new email, changed my email for itunes and now it won't let me

    I got a new email, changed my email for itunes and now it won't let me even listen to my songs I purchased under my old email! I even got to where apple knows I changed it and they deleted my old email information. What am i supposed to do?? Please help, thanks

    Contact iTMS
    http://www.apple.com/support/itunes/musicstore/email/

  • TS3899 I have just set up an email account on my  ipod touch. Just received an email on my computer and the mail icon shows one new message. But when I click on mail icon it opens a page for New Account not an inbox??

    Having just set up my Ipod Touch with my email account (pop3) the mail icon on it shows a 1 for new message. However when I click on the Mail icon it brings up a page for NEW ACCOUNT not any inbox. Can anyone help?

    You might want to try removing they email account and setting it back up again

  • Feedback for new Email system - do you like it, or...

    Does anyone know whether it is possible to give feedback  on the new email system to anyone in BT who might listen (and preferably do something about it)?
    I am finding it much slower that the previous version; I don't like the pop up messages - email sent - do you really want to log out, etc; I don't like the fact that it times out constantly, even in the middle of an email.  I don't like the fact that it's greyed out every time you log back on, so you have to make the same decision about cookies half a dozen times every day - after telling it N times that I wanted "functional" only, I've now given up - it changes back every single time to the default system - so what's the point in asking.
    I've been using email for a good few years now, other systems as well as BT, and have not come across anything that is quite so annoying, difficult to operate and generally "nannyish"
    Is it just me, or is anyone else finding it a bitter pill to swallow?  Someone on the Forum suggested I use Thunderbird, but having looked into it, it seems to have very mixed reviews.  The only good thing about BT is the anti-virus software - would that still work if I went through another system?

    Hi AnneH,
    Umpire here from the other thread.
    I see you still haven't taken the plunge and tried an e-mail program. Not sure about mixed reviews of Thunderbird (are you sure they were recent reviews as it has been around for many years). I have used lots of different e-mail programs over the years and currently use Thunderbird on my home PC. Anyway, you can use any e-mail program you want to. Windows Live Mail will do the same job, as will many others.
    The reason why most people recommend either Thunderbird or Windows Live Mail is just because they are the ones in very common use. They are from the same people (Mozilla and Microsoft) that also provide the commonly used Firefox and Internet Explorer web browsers respectively.
    You really need not worry about the security. In fact I would say that an e-mail program is always going to be a more secure way of accessing your e-mail accounts. A large proportion of computer malware is aimed at web browsers. Webmail is always going to be obvious target for those trying to steal your personal info. The virus checking that BT do on their mail servers will still be taking place in exactly the same way if you use an e-mail program. You will also still find things moved to the Spam folder by BT.
    The commonly used PC security software packages will also fully integrate with the common e-mail programs and check messages for viruses in the background. E-mail programs often also offer additional spam checking services (in addition to the BT spam checks) which you can turn on/off should you wish to. Personally I find the BT checks sufficient and keep things simple. 
    Ask yourself this. If an e-mail program offered a lower, riskier level of security then why would so many people with more technical knowledge/experience use them? Also why would most large companies and corporations use them?
    I appreciate that what you would like is for BT to drastically improve the webmail interface and allow you to just carry on using that stress free, but is that really likely to happen in the near future?

Maybe you are looking for