问题标签 [outlook.com]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
196 浏览

php - Outlook.com 未收到来自 Wordpress 的邮件(与其他人一起使用)

我有一个使用 Outlook.com 的个性化电子邮件 (username@domain_name) 设置,并且我正在接收来自除wordpress@<domain_name>.

我通过发送以下邮件进行了测试:

但是,当有来自 Wordpress 的通知或使用配置为接收电子邮件的联系表单时,电子邮件永远不会出现name@<domain.com> (Where name@<domain.com> is setup using Outlook.com),尽管当我将邮件更改为我的 gmail 地址进行测试时它工作。

0 投票
0 回答
539 浏览

python - “NOT FROM”IMAP 搜索无法正常处理 Outlook.com 的电子邮件

这是我在 Outlook.com 上通过 OAuth2 连接的 IMAP 所做的测试

我的(不是那么疯狂)猜测是该@符号正在破坏NOT FROM搜索。也许我应该逃避它?可怕的错误?

0 投票
1 回答
1130 浏览

java - Send email from custom live domian outlook com using jmail java

I am trying to send an email via my custom domain that I have setup using live domains: https://domains.live.com. The email itself works and I can login at outlook.com with my custom domain username and password and send and receive mail. What I am trying to do is send emails via Java and JMail here is my code (from here: http://www.oracle.com/technetwork/java/javamail/faq-135477.html#outlook) :

I substitute in my username and password and I get the following message:

Note: the from email is the same as my username!

What am I missing? Thanks!

EDIT: I have changed my props to:

Same error still showing..

EDIT: I fixed it. I turned on debug using session.setDebug(true) and could see I didnt have an email body. So i added msg.setText("Content") and it all worked!

0 投票
1 回答
1543 浏览

html - HTML 电子邮件 - 在 Outlook.com 帐户中隐藏内容

我正在使用以下条件语句在 Outlook 中隐藏响应式 HTML 电子邮件的内容,

但是,我现在正在测试,它确实适用于 Outlook 应用程序,但 Outlook.com 隐藏了此代码后面的所有内容。我用它来隐藏正文内容开头的前标题,但这导致了一封空白的电子邮件。我正在使用自己的 Outlook.com 帐户和 Litmus 进行测试,它在所有主要浏览器中都显示空白电子邮件。

任何人都知道在不破坏 Outlook.com 电子邮件的情况下隐藏 Outlook 内容的另一种技术吗?

经过更多测试后,我发现这适用于 Outlook 应用程序和 Outlook.com:

我不知道它是否是“gte”部分,但删除后看起来效果更好。

感谢您的回复。

0 投票
0 回答
237 浏览

email - outlook.com SMTP 邮件 ID 不起作用

我正在尝试设置一个自定义消息 ID,但它总是以这样的方式发送:

Message-ID: <BLU0-SMTP18947C4078EE3208EEF12E5AC710@phx.gbl>

我使用所有相同的邮件代码和标题从 gmail 发送。使用 gmail 我的 Message-ID 设置正确。

知道这里发生了什么吗?outlook.com 是否不允许我使用自定义 Message-ID 标头?

0 投票
2 回答
2676 浏览

html - HTML Email: Line Height Outlook.com ignoring .ExternalClass * {line-height: 100%}

I have spent 22 hours trying to correct this issue, as I am relatively new, I thought I would give up and hand over to the experts.

I have tried to remove the additional line height added by outlook.com when you receive a message. I have tried adding the .ExternalClass as a style and then adding that to the body, but I am having no joy. I have probably added the class in the wrong position. Anyway, Id' love it if anyone could check the code for me

0 投票
1 回答
1554 浏览

html - 为 html 电子邮件添加额外的 p 和 span 标签

我的 html 电子邮件布局如下;

在此处输入图像描述

HTML

以上代码适用于 gmail、outlook 2007、outlook.com。但是,如果我将此邮件从 Outlook 2007 转发到 Outlook.com,电子邮件会像这样中断;

在此处输入图像描述

Outlook 将额外的 p 和 span 标签添加到图像的锚标签并赋予它们样式。所以我的布局,如上图所示。

原始代码;

样式代码(转发邮件后);

提琴手

http://jsfiddle.net/zc7nL/

我该如何解决这个问题?

0 投票
1 回答
99 浏览

email - 确定电子邮件地址的提供者

我正在尝试为我的网站实现“注册”功能,允许人们使用他们的企业凭据进行注册。

我希望它像文本框一样简单,他们可以在其中输入电子邮件地址,而无需选择诸如“Outlook.com”或“Gmail”或“Salesforce”之类的提供商

有没有办法通过地址嗅出电子邮件提供商?

bool isOutlook = outlookapi.doesaddressexist("joe@ibm.com")

0 投票
0 回答
206 浏览

office365 - Outlook 联系人请求上的随机 ErrorInvalidPropertyRequest

我正在适当地GET致电:

https://outlook.office365.com/ews/odata/Me/Contacts?$orderby=DisplayName

不幸的是,大约每 15 个调用中就有一个失败,但有以下例外。

有什么想法有什么问题吗?

0 投票
1 回答
1354 浏览

html - Outlook.com (hotmail) 阻止来自 alt-port 或非 fqdn src 的图像

大家早,

所以我对 Outlook.com 有一个奇怪的问题,以前的 hotmail.com ......

我正在开发一个项目,为企业提供微型服务器 (raspberry pi),我已将其设置为 apache 服务器,并安装了一个 HTML/PHP/BASH 程序,该程序允许用户创建 html 电子邮件活动并将它们发送给联系人组。该程序/硬件完美运行。

除了:

Outlook 客户端收到的电子邮件不会收到图像(只是占位符)。

我通过测试发现图像被阻止是因为 src="non-fqdn" - 换句话说,我使用客户端的 IP 而不注册域 - 因为这太复杂了,而且他们没有托管网站. 所以应该没有理由使用 fqdn。

如果这个问题可以解决,请不要继续阅读!!!

顺便说一句,其他所有 MUA 都能完美地渲染图像:-(

所以我正在考虑解决这个问题,并认为我会在我自己的域中托管图像;客户端树莓派需要能够将图像上传到我域内的服务器上,因此出于安全原因,我为此目的设置了一个独立的无头服务器,并将其与端口 8080 对齐。问题解决了吗?不!

前景仍然血腥地阻挡了他们。为什么!!!!

这是一个解释我的问题的例子。

考虑以下将在电子邮件 html 中的 IMG 代码:

在 Eg.1 中,图像被完美渲染。在 Eg.2 和 3 中,图像被阻止。

注意:1 和 2 中的 fqdn 相同。

请帮助我:-)几个月的工作即将被罐头......

蒂姆