Automated BCC for all the email accounts on the company using Outlook Add-ins - email

I'm trying to fill out automatically the BCC for every email sent within the domain of our office using any kind of language.
I created and Outlook Add-in and I was thinking maybe put a button there and when it's clicked your BCC is always filled with one email. Please let me know any ideas how I can get this done.
Thank you!

Related

How to make the unsubscribe link in Outlook work for newsletters?

We send out email newsletters and automated confirmation emails to users of our websites. Each email has an unsubscribe link in the email footer and each recipient opted in to receive emails.
Outlook webmail has the unsubscribe link above the body of the email in the following form:
Getting too much email from #SENDER#? You can unsubscribe
Clicking on the link opens a dialog window with following content:
Block this sender
[SENDER] hasn't given us any information to help you unsubscribe, so we'll block everything sent from the following sender: [EMAIL_ADDRESS]
[×] Also delete everything from [SENDER] in my Inbox folder
I search the internet and even contacted the Outlook support and asked them what info they need from us to help recepients unsubscribe from our emails. After several email exchanges the Outlook support concluded that they have no idea how to change Outlook's unsubscribe link, what information we should give them and how we should give them the information.
Can anyone please advise or point me to the right direction please? Thanks.
Is it "List-Unsubscribe" MIME header? http://www.list-unsubscribe.com/
You're confusing a couple of things here. First, while outlook.com is a Microsoft domain, Outlook itself is an entirely different thing, and people can be using Outlook as their mail program regardless of what domain they have. You won't know what client people are using for email, or what server they use to access it. Second, you say that email communication is vital for your websites. Banning people from your newsletters doesn't help that situation in the least. People using the various Microsoft services that you mention have no trouble receiving and participating in those email communications. What you don't touch on, is what software you're using for your newsletters. THAT is where your problem probably is. If you go to that domain.com/unsubscribe URL, what does that page do/look like? There are 2 usual links for a List-Unsubscribe header. One is a mailto: link such as unsub-list-12345#domain.com, where any email to that address performs an unsubscription. For the web link version, it needs to be a link to a page that automatically unsubscribes the user (so the link would need to be customized with variables such as the mailing list).

Adding email sending option in sharepoint online site

I am creating a website in sharepoint online office 365. I want to add a subscription module in this website so that an email can be sent to user as well as admin. Can any one help me how to do it?
Hi
Can this be helpfull, just add the fields that u want..
Contact Us Form

Openerp email template location

I'm configuring OpenERP to send invitation mails for meetings. Everything was going well until I wanted to change content. It should be available in email templates but it's not. Unfortunately only templates I can find are for invoice, sell and buy orders. As long as the mails are sent from system I was wandering where is their content loaded from. Can anyone help me find it out?
check addons/base_calendar/base_calendar.py search for html_invitation.
this is static in py file for Meeting invitation mail
#Michał : you have customized your own template which you want. OpenERP will provide you few demo templates. For meeting reminder or send invitation for meeting,You have to make a new.

Can Outlook Forms be viewable by other not using Outlook as their email program?

I have created a custom Outlook form in 2007 and I have some receipeints that need to visualize it but do not use Outlook as their email program. Is it possible to make changes to the Form to ensure that they are able to view the form as an email?
I don't think so.

Detecting outlook 2007 client in email

Is it possible to detect the email client in an html message? Specifically outlook 2007
Update
My users have access to an online system that really has nothing to do with email, but in this system they can all communicate with themselves.
My app - takes messages from this system, and then sends it via an email instead.
Now I need a reply to function. Obviously its not a normal email address so...
I want a way to intercept this message, and send it via another channel.
I could write the outlook plug to check EVERY SINGLE out going email address, but this surely can't be the way we're expected to work with email.
It would be much easier to have a button in the email itself which can call an outlook function (custom) and then pass control to this function.
Uodate
Thanks guys for your answer, but there is a little more complexity. The online system contains fields, these fields need to be completed by the user before sending the reply. So I need some kind of form (yes with working check boxes, etc in there). This should all be in the email message.
Essentially what you'll need to do is set up an automated process that monitors a particular email address, and set that address as the reply-to in your outgoing email. When a message comes in, you can do whatever analysis you need to (examining the from, subject, etc.) and process the content however you see fit.
"Detect" using what? Javascript does not work in email. CSS stylesheets don't either - so no CSS hacks.
Have you tried to change the Reply-To header in the email to the direction that you want?
You have an example in C# & VB in: http://www.systemwebmail.com/faq/2.7.aspx