office365 Questions
10
Solved
So I've asked a similar question, but I thought I'd ask it more generally to get as many ideas as possible.
I have Power BI Pro. I am tasked with creating reports for hundreds of recipients, each ...
5
I want to send email using my office365 smtp credentials in laravel application. i have make changes in my .env file for email settings as below:
MAIL_DRIVER=smtp
MAIL_HOST=smtp.office365.com
MAIL...
4
Solved
I want to create an Office Add-In with some HTML + JavaScript for sell in Office Store. And this add-in no need using any server side facilities.
But if I understood https://dev.office.com/getting-...
Lisette asked 9/11, 2016 at 18:36
5
Solved
I'm having trouble configuring the SMTP settings for sending mail using javax.mail (1.4.4) through Office365, so I thought I'd post the properties here for others.
Ayrshire asked 21/1, 2013 at 0:30
5
Solved
With data in A1 - B5:
A 1 //remove
A 2
B 3 //remove
B 2
C 1
How do you remove duplicates in column A, keeping the last set of values in other columns? Results should look like this:
A 2
B 2
C 1
I...
Flighty asked 25/4, 2024 at 20:14
5
I've got Actionmailer sending emails using gmail with the following settings:
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:domain => "gmail.com",
...
Muscarine asked 1/10, 2014 at 22:7
2
Solved
At risk of being off-topic I decided to do a little Q&A as I'm pretty excited about a new function MS is introducing to Excel365; the LAMBDA() function. If the general opinion is such that this...
Marleen asked 18/12, 2020 at 22:46
8
Solved
Environment:
Windows 2008 R2
Jenkins 1.580.2 LTS
Mailer plugin 1.12
Email Extension Plugin 2.39
Java 8
I have some problems with configuring my Jenkins CI server to send email notifications af...
Marked asked 15/1, 2015 at 14:57
3
I have to build a .Net console application that runs on server side as a batch, and sends email to recipients using Office365 and MailKit.
Our company has recently introduced MultiFactor Authentica...
3
I have developed a word add-in using word javascript api. My Document .docx file is on server and i need to open that .docx document as a new word document on a button click in add-in.
Please guid...
Dempstor asked 7/10, 2016 at 9:14
4
Referred https://msdn.microsoft.com/en-us/office/office365/api/use-outlook-rest-api.
Still I couldn't understand the AD, Outlook and windows live.
I got refresh token and access token from https:...
2
Solved
I'd like to provide a single-click "Unsubscribe" links in the footer of the emails my service sends.
Obviously, many spam scanners will scan emails, and will follow any links found in the...
Shied asked 11/12, 2019 at 8:40
5
Solved
I'm trying to send an confirmation email after registration using swiftmailer and office365 server in symfony. I've tried every combination of host,port and encryption type I've come across.
Curre...
Coquillage asked 10/9, 2019 at 8:53
2
In the Excel WebApp (Office 365) it is possible to place Office Scripts via the "Automate" tab, which is using the JavaScript-syntax and which could automate excel like a VBA-macro, but f...
Stringency asked 30/10, 2020 at 8:34
2
Solved
I am using a Function app to trigger a mail, using MS Graph API, the mail body text is getting triggered properly but facing issue in rendering the header and footer image shown in picture. How to ...
Sexagenary asked 1/6, 2021 at 12:10
6
I am trying to send an email from my office365 corporate account using python. I am new to python. This code previously worked when using my hotmail account, however now that I have a need to send ...
2
I am interacting with Office graph using C# Office Graph SDK. I need to create specific request header, while I am using GraphServiceClient and RequestBuilder to create the request. How can I achie...
Vena asked 14/1, 2019 at 14:37
3
I have an exiting VSTO add-in but I want to add a new report that would be SO MUCH BETTER as a little web browser control pop up. Would be ideal to use the Office js api for that. Would also help r...
Comely asked 17/4, 2023 at 18:36
3
I am trying to use Office365 smtp server for automatically sending out emails. My code works previously with gmail server, but not the Office365 server in Python using smtplib.
My code:
import s...
5
Solved
Recently the support for OAuth 2.0 for IMAP and SMTP in the Exchange Online has been announced.
Following the guide I've set up the application permissions and IMAP and SMTP connection.
The applica...
10
We are testing the new Office 365 beta, and i have a mail account on the Exchange Online service. Now I'm trying to connect a LOB application that can send smtp emails from my test account.
Howeve...
Musclebound asked 5/6, 2011 at 17:50
7
Solved
I have two tables on two sheets - let's say tblFruits1 and tblFruits2.
Both have a column "Name".
Apple - for example - exists on both lists.
The lists might have a different number of ro...
Carton asked 4/11, 2021 at 9:42
3
Solved
I'm trying to send email in c# using Oauth2 with an office 365 account.
Currently I am able to get the token but not sure how I'm able to use that token and send the email.
System.Net.Mail does not...
1
We are trying to connect a javamail (1.6) client to our office365 mailbox hosted on office365 using OAUTH2 authentication.
No matter what we do, we keep getting A1 NO AUTHENTICATE failed.
We have r...
Bubb asked 23/8, 2022 at 18:13
5
Solved
I'm coding in C# using CSOM, my app uploads a template asp.net page to the "/Pages/" library, I need it to check if a file exists in that location with the same name prior to file upload (then mayb...
Horsa asked 11/3, 2015 at 1:37
1 Next >
© 2022 - 2025 — McMap. All rights reserved.