What is the name of the email template which an administrator will receive when he/she change an order? - email

When an administrator want to edit/change an order, the order will be canceled and a new order will be created. After completing the order, the administrator receives a New Order mail. From my experience this is a different email then a customer receives when he/she completes a new order.
I would like to customize the admin "changed order" email. Where can I find it?

Related

Unable to assign WIT alerts to specific users without who don't have admin rights

A team member without admin rights needs to be notified when WITs are assigned or changed. The login emails for our system is not the same as the work email and assigned to me is the only default option.
Changing the delivery settings and using a custom email doesn't trickle down to the WIT alerts, but works for the rest.
The assigned to field shows ##MyDisplayName## OR [Member] and not sure how to make that reflect the users it needs to go to.
Emails being sent to the wrong addresses.
Select the Custom email address option in the Deliver to drop-down list, then add the mailbox you want to receive the notification in Address field, so that even if the mailbox is not in your organization, the added mailbox will also receive the notification.

random e-mail on orders without user e-mail adress

if i take an order manually in Magento Backend without depositing an e-mail adress for the customer, Magento is creating a random one for this order.
But where does it come from or what is the sense of that? My problem here is that i'm recieving an error by mailerdemon because that e-mail does not exist.
Check http://yourdomain.com/index.php/admin/system_config/edit/section/customer/ under "Options for creating new customer". There you can set the custom domain used for new customers. Setting that to, for example, the free catch all email service mailinator.com should get rid of your errors.

SSRS Changes User Email in Subscription

We have a user with a subscription to an SSRS report. His email is (with last name & domain changed to protect his identity):
dexter.name#company.com
Periodically he won't receive his reports and if we investigate find that his email has been changed to "dexter.".
What could cause this?

display order items layout in email only for admin in magento

Whenever user place a new order in magento email will send. In this email contains order items with prices.
{{layout handle="sales_email_order_items" order=$order}}
But i need to send email to customer without order items and email to admin with order items.
So how to write condition to display this layout only for admin email.
thanks,
murali.
The order confirm e-mail is just send one time. If you configured your that the admin receives the order confirm e-mails to it's send to admin in CC.
That means that you can#t easily change the content of the e-mail for customer and admin because it's the same e-mail.
To achieve your goal you should write an own module which observes the place_order_after event and sends a seprarat e-mail to the admin e-mail-adress in which you show the products. In the standard template you would erase the part with the products.

Mail send by xpages form change group by user of group in sendTo field

I developed an application that has a form where this form once completed is sent by e-mail as the list of selected group or user in the container. The problem is that when I choose to send e-mail to a group and click on the submit button, check the box to the e-mail client for lotus note that does not appear the group name but the name of all users in that group I selected. Anyone know why this happens? That is, when I choose a group and sending e-mail, Lotus internally changes the name of the group by the name of all users of this group.
You may try adding field $ExpandGroups with a value of 0 to the document. See this for detailed information on this field.
Is the group a personal group? In other words, is it in the user's local address book? If so, it has to expand it to the members because the router won't be able to find the group name in the Domino Directory.