Questions tagged as 'outlook'

1
answer

How to send formatted message from Html to Outlook via Form

I'm having a little problem, I'm trying to send via Outlook an email from a Send via Form, but when it goes to Outlook it all messes up:   "comment=ção são é é" . <form action="mailto:[email protected]" method="post" enctype="t...
asked by 17.09.2018 / 21:56
0
answers

Problems sending html and php emails (via outlook), limiting message

I have a problem with sending emails via php and html, there is a button that opens the Outlook already with the fields of email, subject and cc filled in, in the body of the email is already filled with information, but it is like if it is limi...
asked by 21.09.2018 / 15:58
0
answers

Invite Outlook - Ical

I am sending invites in outlook, but when the date passes from October, in case it enters summer time, the Outlook itself adds an extra hour. <?php function sendIcalEvent ($ from_name, $ from_address, $ to_name, $ to_address, $ startTime...
asked by 16.08.2018 / 20:33
0
answers

How to organize Outlook imported .csv file to create personal calendar event indicator

I want to create a quantity and time indicator spent on meetings based on the imported .csv file from Outlook. I am using the tidyverse and readr packages, but I can not progress to organize the file in a date frame format. Could someone help me...
asked by 14.08.2018 / 17:00
0
answers

How to insert a signature in outlook via C #

Hello, I'm trying to add a signature to an object that sends email, I'm able to do anything but the signature ... Follow the Code, any light will be welcome. OutLook._Application outlookObj = new OutLook.Application(); OutLook.MailItem mess...
asked by 26.03.2018 / 15:11
0
answers

Error sending email in gmail with PHPmailer

I've been using this code for a long time and it worked really well until now it just does not work anymore, neither with outlook nor with gmail. <?php if($_SERVER['REQUEST_METHOD'] == 'POST' and !empty($_POST['contact_send'])) { $conta...
asked by 22.06.2017 / 17:41
0
answers

Sending email (outlook) with javascript

I found a code that makes Outlook open, but when I enter it into my code it does not work. BELOW THE CODE THAT I WILL FIND <!DOCTYPE html> <html> <head> <title></title> </head> <body> <div id...
asked by 13.02.2017 / 15:35