问题标签 [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.

0 投票
1 回答
1361 浏览

laravel-4 - 如何配置mailjet和laravel 4

我正在尝试使用 Mailjet 从我使用 Laravel 的网站发送邮件。

我尝试修改文件 app/config/mail.php 并设置 mailjet 提供的配置,但这不起作用。还有其他事情要做吗?

我已经验证了我在 mailjet 中发送邮件的域,但仍然没有。

有没有人遇到过同样的问题?

非常感谢。

0 投票
1 回答
1927 浏览

ruby-on-rails - Rails:使用 Mailjet Api V3 发送电子邮件

我尝试使用新的 mailjet api (v3) 发送电子邮件。这是我的配置:

宝石文件

宝石'邮递'

配置/初始化程序/mailjet.rb

邮件程序.rb

用户.rb

u.send_unsubscribe

在日志中,邮件似乎是创建并发送,但我的邮箱和 mailjet 中没有电子邮件...

0 投票
1 回答
473 浏览

c# - how to know email status (mailject)

I'm using Mailjet SMTP to send email's. Now, i want to verify if email was send or not. Mailjet have this email status , but how i can have access to this information? Mailjet have too this API, but this in php...

If i use DeliveryNotificationOptions can resolve this? Something like this:

0 投票
0 回答
4080 浏览

php - 使用 MailJet 发送 SMTP 电子邮件的最快方法

我正在尝试寻找一种更快的方式来使用 MailJet 发送电子邮件。下面的函数在循环中被调用,因此每次循环迭代都是一封单独的电子邮件。在我的测试用例中,发送 10 封电子邮件需要 19 秒。他们的支持建议关闭 ssl 并使用端口 80 而不是 465,这将其加速到 13-14 秒,但这仍然太慢了。我尝试使用 PEAR 和 PHPMailer 进行 SMTP 发送,两者之间没有区别,两者的速度相同。有什么想法为什么这么慢?

更新:我关闭了 PHPMailer 并尝试了 MailJets API,https://github.com/mailjet/mailjet-apiv3-php-simple。它更快一点,对于 http 和 https,10 封电子邮件测试现在需要大约 8 秒。

更新我切换回使用 PHPMailer 并根据以下建议进行了一些调整。发送 10 封电子邮件仍然需要约 8 秒。这是我的测试文件...

0 投票
1 回答
1088 浏览

php - 无法使用 Mailjet PHP Wrapper 通过电子邮件发送多个密件抄送地址

我正在使用 Mailjet PHP Wrapper。 https://github.com/mailjet/mailjet-apiv3-php-simple

对于to参数,您可以提供一个电子邮件地址数组,它可以工作。但我需要将它们发送为bcc. 但是当我更改tobcc无发送时。

我如何发送多个bcc's???

他们的 API 说cc并且bcc是有效的参数:http ://dev.mailjet.com/guides/send-api-guide/

0 投票
2 回答
1715 浏览

c# - 如何使用 ASP .NET MVC 5 在 Mailjet API v3 中向时事通讯添加内容

我可以发送空的时事通讯。但我不知道如何向它们添加内容。Mailjet ( http://dev.mailjet.com/guides/newsletter-guide/ ) 给出的示例并没有多大帮助。大多数时候我都会收到 500 内部服务器错误。

调用方法:

方法:

视图模型:

0 投票
1 回答
1732 浏览

api - 如何使用 mailjet api 和 php 从列表中删除联系人?

我使用 mailjet api 发送时事通讯,但我不知道如何从列表中删除联系人。

请帮我。

0 投票
0 回答
463 浏览

ruby-on-rails - 在 Heroku Rails 应用程序上使用 Mailjet API 的 Action Mailer 延迟作业

希望使用 Mailjet 的 API 发送延迟的作业邮件,但未发送电子邮件。所有都在 Foreman 本地工作,但同样,在 Heroku 上的开发并没有发送。已创建延迟作业表。

这是宝石文件

控制器

邮寄者

/environments/development.rb 文件

架构

更新:

当我跑Delayed::Job.last

0 投票
1 回答
163 浏览

mailchimp - Integrate an email marketing service without disclosing emails

Let's say I have a website with 2 categories of users: - "users" who self-register to access content - "customers" who can build spaces, and invite users to these spaces

As virtually anyone could be a "customer" and start inviting people, I don't want the customers to see the email addresses of the users in their space; otherwise it would be easy to get email addresses of everyone.

But these spaces may get big, and customers may want to "animate the community" using newsletters. However, since we don't want them to see the email addresses, I'm left with 2 options: - implement an emailing system, which is a very hard problem solved by services such as Mailchimp and that I don't really want to solve again by myself (building emails using WYSIWYG, handling client-specific stuff, analytics, unsub system, delivery measurement, etc) - the one I'd love: find a way to integrate with one of those service

I'm not even sure if it makes sense, but I'm wondering if there is any way to integrate with one of those services but never disclose email addresses. Essentially, imagine a Mailchimp integration where you have a list of contacts that you can't open and that is automatically pulled from my website, but that you can send a campaign to.

0 投票
2 回答
727 浏览

mailjet - 如何在 Mailjet 中检索列表的 ID?

请我如何检索列表的 ID 以在其中添加联系人,对于联系人来说,我如何知道联系人的 ID 以将其添加到列表中。你能不能快点给我答复。此致 ,