How do I turn off the Pending email warning?
In fact how do I turn off all pop-up reminders in CRM 2011 RU13?
To recreate.
Create an email and save it (direction must be Outgoing) . Wait a few days (If you know how to
trigger it earlier tell me). Check in IE that you get the pending
email message. Open the CRM in chrome...note that it fails Go back to
IE Activities -> emails -> pending emails and delete the emails there
Open the CRM in Chrome and rejoice.
I guess my current workaround would be a workflow that finds emails like this:
Direction Equals 'Outgoing' AND (Status Reason Equals 'Pending Send;Sending' AND Activity Status Equals 'Completed' OR Status Reason Equals 'Failed' AND Activity Status Equals 'Open')
and kills them which is really bad.
EDIT:
Yes, it is the latest version of chrome.
TO BE CLEAR
I want to turn the popup reminders off in CRM. I have no control over the way people configure their browsers. I should, however, be able to configure CRM but, as seems so often the case, I can't.
Popups and Dialogs break the web. Just look at this site (stackoverflow), plenty of notifications and ways of collecting user input without a sniff of a popup message/dialog.
People turn popup blockers on because they represent a security risk. So this, IMHO, is an awful "Feature".
EDIT 2
And even if you needed to add popups, why would you make them blocking? I assume this is why chrome hangs.
Try enabling pop-ups in Chrome for your CRM site. Worked for me.
You may be fixing the wrong problem.
"Pending send" emails tell you that something is wrong.
Saving a new email (a draft, if you like) does not cause this. A user or workflow or marketing campaign can create emails all day long and not send them, and you will not see this warning message (the emails simply appear as activities to be done in your "to-do" list)
An email is "pending send" only if you send en email from CRM 'from' a user configured to use Outlook for outgoing mail but not logged on to Outlook for a while, or via email router but that is mis-configured (eg no credentials for that user) or not running. Figure out why the emails are "pending" and fix this issue, then your Chrome problem will vanish.
Related
Here is the problem:
Sharepoint was working fine on and before the 9th of December, 2022.
And by this, I mean and still want to be able to have use of the ability for the internal users of our Business Premium 365 accounts to send file or folder share notifications to external users. Where these share notification emails are from the sender's outlook account associated with their Sharepoint account, with the correct sender's name and email address.
Also, these emails were stored in the internal user's sent items folder.
Perfect!
UNTIL after the 9th of December 2022, something changed, and we have no idea what.
The change is that now the process still works, but the sender's email address has been changed to no-reply#sharepointonline.com.
And these share notification emails are no longer stored within the user's outlook sent items folder, these share notification emails now appear in the sender's inbox from SharePoint.
We are sharing SharePoint files and folders with our customers and we are now receiving a huge amount of calls asking where these notifications have gone. Although we have sent them. We have to explain to our customers that this change from SharePoint has meant that any share notification emails we send may now be in there spam or junk systems.
THIS IS QUITE UNACCEPTABLE - ESPECIALLY WITHOUT PRIOR WARNING THAT THIS WAS GOING TO HAPPEN.
And please, please, please do not tell me that Microsoft sent us notifications in 2016 warning us that this would happen. It's 2022/2023 and it's only just happened!
This leads me to believe that this feature change is something temporary and or recent within SharePoint.
Can anyone shed some sensible light on this issue and give me some peace of mind that Microsoft is still not in the habit of changing things in live platforms and then hiding under their desks?
Help please, my sanity is waning!!!
Well, I never, almost a month later, Microsoft replied:
Thank you for your patience on this.
We advise that a fix for this has been recently rolled out and completed last night.
Please can you try replicating the issue again and let me know if the same behaviour occurs.
So they fixed it, and let me know - there is a first!!!
My apologies for wasting peoples time.
OK so im just gonna ask this question, as I am at the end of the rope, with hopes someone out there will have some advice.
I have installed the Woocommerce Follow Up Emails plugin on my site, and for the life of me I cannot get it send the email.
The settings I have are:
Trigger: 3 days after the order total is above $1.00
Setting: Customer recieves the email once
There is nothing in the "scheduled emails" of the plugin showing up, however and this is the part that throws me off, in the Tools>Scheduled Actions of the wordpress dashboard i get multiple entries of the below:
which tells me that it the emails are being scheduled but are not being sent out (even though it says, action complete). I have checked the WPMail log nothing, i have checked Cpanel Email Tracking and theres nothing. I have a WP Cron plugin installed that tells me it is functioning correctly.
Does anybody have any ideas/suggestions that i could do or check that I havent done already? Is there something I'm missing?
Any help will greatly be appreciated.
P.S, I purchased the plugin from a third party site and cant ask Woocommerce for support without paying for subscription (which i will do as my absolute last resort)
The plugin works fine on my side, although it is very basic in its functionalities and you reach super quickly its limitations.
I'd suggest you buy the plugin from WC. They tend to have special offers of 30-50% off few times a year. Their support is typically very good and has a live chat so you get answers often directly.
Hope you got it figured out by now.
My system is sending mails to my clients when they apply for position. Part of that mail is:
We would like to invite you to take the next step
For Gmail users, it displays well, but in Outlook Web App my users see this sentence underlined and on click it shows suggested event.
Is there some escape character or some other way for me to disable this option? I want that sentence be plain text, not the event suggestion.
This is a feature of Outlook Web App that helps your recipients create events in their calendars easily. Could you please help us understand why is it a concern for your case?
More and more clients (especially on mobile devices) highlight meeting suggestions or meeting times and allow users to create events easily.
As a sender, you can't "disable" it. But the recipients can disable it via gear->manage integrations settings, if they do not like it.
I have generated the codes with app script in order to send emails automatically if users changed some values in google spreadsheet, which is working fine.
Now I am sharing my google spreadsheet with the app script to two more person (e.g: PersonA, PersonB). Thus, I want whoever changes anything on google spreadsheet will be sending an email under his/her own account. E.g: [All of us needs to edit within the google spreadsheet itself, without going to the "current web app url", (thanks Cameron Roberts for the clarification] if PersonA changes anything, then an email will be sent out under PersonA's account, and an email will be sent out under PersonB's account if PersonB changes anything.
I did something based on the advice from user2970721 and Cameron Roberts. I adjusted "Deploy web App" as "User accessing the web app". e.g:
I also asked PersonA & PersonB to do the same under their accounts and made sure they have triggered the script at least once. e.g:
My issue is that after I have done all these mentioned above, no matter who changes anything on google spreadsheet, emails were always sent out from PersonB's account (my best guess is that I messed up something and PersonB was the last one who triggered the script).
Does the "Project version" need to be different for me, PersonA, and PersonB, or anything else I need to change? Any help would be greatly appreciated!
First, Your project versions do not need to be different for each user.
I'm assuming you are using the On Change event, rather than a web-app. If that's the case, you should disable the WebApp entirely, as it's not needed.
When PersonA creates an On Change trigger, that will be triggered anytime any user (eg PersonA or PersonB) edits the spreadsheet. When it is triggered the code will execute as PersonA , because PersonA created the trigger. As a result, the email will be sent from PersonA's account.
For the scenario you describe, where both PersonA and PersonB have created OnChange triggers and authorised the script. I would expect emails to be sent from both accounts that have created triggers.
To send only one email, from the account that did the edit, I think you would need to do a check to determine if the user who did the edit matches the user under who's authority the script is running. I've never done this before and the docs don't really make it clear if it's possible.
Try checking the User object (Eg e.user) included with the Change event, and see if that email address is reflecting the different users making the edits.
If it is, you can compare it with the effective user and send the email if they match.
https://developers.google.com/apps-script/reference/base/user
https://developers.google.com/apps-script/reference/base/session#getEffectiveUser()
Finally, it might be simpler to just include the address of the person making the edit in your email subject, and just have all the emails send from one account. That way you know who made the edit, but don't need to have every user create a trigger and do all the extra checking.
I have a situation where I would like to programmatically (re)send a confirmation (opt-in link) email to a member who has unsubscribed.
I know I cannot directly re-subscribe them, but I was hoping there would be a means of at least sending a confirmation email.
Is it possible to trigger the confirmation email for an unsubscribed member in vs 3.0 of the API?
I know I can resend it from the Web UI but I'd really like to accomplish it via an API request when a user who has previously unsubscribed performs some action on the website indicating they'd like to be added again.
Deleting and Adding the member is a last resort, but I would prefer to keep the original account (and its data) in place.
Re-sending an opt-in email for someone who is still in a pending state isn't supported AFAIK, but once the user is unsubscribed, I think if you set them back to pending it will resend the email.
Alternately, I've not found deleting and resubscribing to cause much data loss (if any) so you might try that out too, if the above doesn't work.