问题标签 [mailjet]
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.
scala - 调度程序在 Scala 中发送每周电子邮件
我计划每周向我的每个消费者发送一封电子邮件,例如每周一早上发送电子邮件,但取决于消费者的当地时间(一些消费者在美国,其他消费者在法国、澳大利亚、中国……),有什么办法可以在 Scala 中做一个调度程序以准确知道何时发送电子邮件。(我正在使用 mailJet Api 发送电子邮件)
email-templates - Mailjet: Array value provided through vars makes email being blocked on sending
I’m working on an email template for Mailjet written in MJML that uses an array value provided through Vars
to generate a list of items the sender wants to receive from the mail recipient. All values in the array are plain text values.
The data passed to the API request looks like this:
The template uses var:records
like this:
As long as var:records
isn’t set in the data sent with the request, the mail is sent as expected. As soon as an (not empty) array value is provided with the request, the mail is blocked by Mailjet on sending without giving any further information on the reason.
No idea how to get this working.
UPDATE:
Thanks to Zhivko’s hint to the error reporting mechanism provided by Mailjet I was able to gain a little more insight into the problem.
The template produces the following error:
This still doesn’t make any sense to me as the line mentioned is an if
condition with a default value of false
defined for the case that no value for var:records
is provided with the api request.
Also the template only produces this error when the value is explicitely set in Vars
and is not empty.
My tests so far make me guess that it may have to do with the provided value being an array value as the line doesn’t cause any problems if the value is plain string.
c# - C# Mailjet SDK:添加附件
我正在使用官方的 C# Mailjet SDK ( https://github.com/mailjet/mailjet-apiv3-dotnet )。到目前为止工作正常。
但是如何添加附件?
我懂了
有 InlineAttachments 和 Attachments,但我该如何使用呢?
这是到目前为止的代码片段:
试过了。喜欢
request.Property(Send.Attachments, "path/to/file.zip");
但这不起作用。
更新
像这样工作:
php - Zend smtp mailJet 模板
我正在尝试通过 mailjet 在我的 zend 应用程序上发送电子邮件。它可以工作,但无法加载所需的模板。代码:
如果我能得到任何帮助,那就太好了!
javascript - 如何在我的 vue 项目中使用 mailjet?
我想使用mailjet作为联系人我安装“$ yarn add node-mailjet” 并按照步骤操作,但如果我使用得很好,我有点困惑mailjet这是我的代码:
联系方式:
脚本:
如果您能告诉我,如果我在哪里出错,我将不胜感激。
ios - 快速的 Http POST 请求以通过 Mailjet 发送电子邮件
我正在尝试使用带有 http post 请求的 Mailjet API v3 发送电子邮件,但收到错误 400。
我在 Javascript 中成功使用了完全相同的主体,但我猜错误 400 与它有关...
有任何想法吗 ?
email - 如何检索订阅列表 milajet api v3 的所有联系人
我需要通过 mailjet API 检索订阅联系人列表的所有联系人。
/contactdata
检索所有联系人属性(名字,ContactsList: $ID
姓名,生日,..)
我想要那些属性,但我也需要这个Email
领域。
/contactdata
可以带Fields
参数列出我想要的联系人字段,Email
不支持:/
/contact
给ContactsList: $ID
我电子邮件字段,但不给我属性
/listrecipient
给ContactsList: $ID
我contactIds,没有属性也没有电子邮件。
我只想检索订阅列表的所有联系人,以及他们的属性和电子邮件。
我不能在单个 Mailjet API 调用中实现这一点吗?
api - Mailjet 模板 API:将附件添加到模板
我想将内联图像添加到我的交易电子邮件模板中。我在官方 API上找不到为模板推送附件的方法。
我已经使用以下参数进行了测试:
API 无法识别该属性:Properties not supported in JSON payload
每次使用 Send API 发送电子邮件时,我都不会附上我的图片。
有没有办法将文件附加到 Mailjet 模板。
问候,克莱门特
sendgrid - 电子邮件递送服务 - 发件人地址验证流程
我们的产品需要电子邮件递送服务提供商来帮助我们递送电子邮件。我们希望我们的客户在发送电子邮件时能够使用他们自己的电子邮件地址,这使得这有点困难。
似乎大多数公司通过发送带有指向该发件人地址链接的电子邮件来验证发件人地址。这对我们来说不是一个理想的解决方案(我们不想告诉我们的客户等待亚马逊电子邮件并单击链接)。
是否还有其他验证流程,我们可能没有验证流程?