How to cancel an auto-send email - can't find the script or source to cancel? - email

Used Google Scripts and when we search my history, the script is gone
I followed this link to set the email up, and now I cannot cancel it, any help would be much appreciated

Based on the link of the tutorial you provided, it looks like you created the script from inside a spreadsheet. They can be found using menu Tools => Script Editor. From there you can delete/edit the function that is sending the email. You might also want to check the document about Development Environment, this will discus about creating and deleting projects, linking of libraries and more. Hope this helps.

Related

(Power Automate, Microsoft Forms connector) Finding Form using FormID?

I have inherited a bunch of flows from a former co-worker. One of these flows are using the: "When a response is submitted" Microsoft Forms connector as a trigger.
The connection is made using my former co-workers 'personal' work account and I need to switch it to mine (a service acc).
Now, my co-worker shared access to relevant SharePoint sites before leaving but must have forgotten to share access to this specific Form. I am unable to locate the form in our SharePoint setup and have even had our administrator try and help me look but no luck so far.
Looking at the connector the only thing I have to go from is a "Form ID", which I haven't been able to find much info about except for how to extract it to use in flows.
The form ID looks like this:
Xz9pUAX8ika_qIDyEUYU05TNwO5_-kpFmx7-D65GU8lUNFYzWkg1MUY2VEo3VTExSEdSVDBZT*******
I do not know how or if this ID is sensitive at all so I gave blanked out the last few digits to be safe. If seeing the full ID makes a difference and is not a security hazard I wouldn't mind sharing it.
Does anyone know a trick for locating a Microsoft Forms using a FormsID?
It looks like you´re in luck. The ID can be used when properly used in the HTML. For the following examples, I used the ID that you provided.
The standard link that you use for sending and collecting respones should look like this: https://forms.office.com/Pages/ResponsePage.aspx?id=Xz9pUAX8ika_qIDyEUYU05TNwO5_-kpFmx7-D65GU8lUNFYzWkg1MUY2VEo3VTExSEdSVDBZT*******
The "Share to collaborate" link should look like this: https://forms.office.com/Pages/DesignPageV2.aspx?subpage=design&FormId=Xz9pUAX8ika_qIDyEUYU05TNwO5_-kpFmx7-D65GU8lUNFYzWkg1MUY2VEo3VTExSEdSVDBZT*******
The last link only works depending on the settings.
Share to collaborate settings
If it doesn´t hopefully the first link can hopefully help you in copying the content.

How to Edit the Template for the Odoo Helpdesk Ticket Assigned Message

I'm currently using Odoo 12.0+e-20181025. I'm trying to edit the message the user get whenever a ticket is assigned to them. I've tried searching the email template, but I can't find it. I've also tried searching in the main folder, but I still can't find it. As of now, I only managed to make a similar template, but I also found some trouble in that task as I can't really emulate the button that can link right to the ticket editing form, only to the preview ticket window.
Here is the code for the link to the ticket:
${object.name} .​
While knowing how to make a proper link will help a lot, I would still prefer to know where I can edit the message template so I can make it more user friendly and informative.
Thanks for reading and for the help.

Tools to detect stolen content

Do you know any software or tools that can be used to detect when people are stealing content from our website?
Today we are only able the do something about the duplicate content, when we find it manually. There must be some kind of tool or service to use, to detect stolen content?
I'm a part of the project called whocopied.me where you can insert a little javascript snippet and you have a dashboard that helps you with an overview.
We created a little introduction to show it in action
https://www.youtube.com/watch?v=PsS_2oEzPqE&t=2s
If you are using Wordpress, we created a simple plugin for you to install - no requirement of understanding HTML :-)
https://wordpress.org/plugins/whocopiedme/

Odoo email template unable to edit and save

Dears
I am using odoo 10. I have created automated actions and used email templates in it. Everything was quiet simple and working good initially. But now I want to edit the email template and add few details in it. But when I save the template it does not show the error and what ever text/data I add to the content gets vanished. This weird behaviour happening only on the online server. On my local machine it is working fine still I can edit and save the email templates. I have tried many solutions from stack and forums but no success. Please advise.
I think the problem is from the database, if you can check that the table of content is full or not

In Lotus Notes Designer Trigger an Agent, every time an email message is opened

New to Lotus Notes Admin, Brand new to designer.
Looking to trigger an agent whenever an email is opened.
I've created the agent already, just don't know how to hook it to the action of opening up an email.
Feel stupid opening up a PMR just for that, but have been googling and experimenting for hours.
thanks for any help
You need to modify the mail template (which is not recommended unless you know what you are doing).
The code could go in either the QueryOpen or PostOpen event of the memo form and reply form.
My suggestion is to isolate the functionality in a script library and call that function from the events on the different forms. This will make it easier both to update/maintain the code as well as move it to the new mail template when Notes get updated.
For something like this, I would recommend that you contact an experienced Notes developer for some help. You could easily mess up the mail template.