Questions tagged [mailjet]

All in one email provider accessible via API or SMTP. Offers transactional emails, marketing emails, newsletter template editor, realtime analytics, inbound email processing.

All in one email provider accessible via API or SMTP. Offers transactional emails, marketing emails, newsletter template editor, realtime analytics, inbound email processing. Website: http://dev.mailjet.com/

198 questions
0
votes
1 answer

How to push my database contact list to mailjet automatically?

I wanted to push or insert data to mailjet whenever there's a subscriber on my system.
Gige
  • 23
  • 6
0
votes
2 answers

Mailjet Unsubscribe statistics

Am trying to get mailjet statistics using this code: require 'vendor/autoload.php'; use \Mailjet\Resources; $mj = new \Mailjet\Client('xxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxx'); $body = [ 'EventType' => "unsub", 'Url' =>…
Devilion
  • 74
  • 8
0
votes
1 answer

Gitlab set up mailjet in gitlab.rb

I'm trying since a few hours to set up a mail server in Gitlab(omnibus) using mailjet. In the mailjet smtp settings I've got some credentials: -Username(API Key) -Password(Secret Key) -SMTP Server ....mailjet.com -Port: 25 or 587 (some providers…
Getter Jetter
  • 2,033
  • 1
  • 16
  • 37
0
votes
1 answer

php : add Contact to List mailjet V3 simple Api

I try to add a contact to a list of contact in my Mailjet account, there is my code :
Youssef Mayoufi
  • 25
  • 1
  • 12
0
votes
2 answers

How to retrieve ID of a list in Mailjet?

please how can i retrieve the ID of the list to add a contact in it , the same for the contact how can i know the ID of a contact to add it to a list . Can you please answer to me fastly . Best regards ,
0
votes
1 answer

How can i delete a contact from a list with the mailjet api and php?

I use mailjet api to send newsletter, but i don't know how delete a contact from a list. Please help me.
0
votes
1 answer

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…
CesarMiguel
  • 3,756
  • 4
  • 24
  • 34
0
votes
1 answer

Rails : Send email with Mailjet Api V3

I try to send an email with the new mailjet api (v3). Here is my config : gemfile gem 'mailjet' config/initializers/mailjet.rb Mailjet.configure do |config| config.api_key = '' config.secret_key = '' config.default_from =…
p0k3
  • 333
  • 5
  • 23
0
votes
1 answer

How to configure mailjet and laravel 4

I'm trying to use Mailjet to send the mails from my website which is using Laravel. I've tried to modify the file app/config/mail.php and set the configurations that have been given by mailjet but this is not working. Is there something else to do…
Thoma Biguères
  • 1,136
  • 4
  • 18
  • 42
0
votes
1 answer

Using Mailjet API in Grails application for sending mails

I want to integrate Mailjet API in Grails application for sending mails, I have already used ASYNC mail API for sending mail in grails, in this api , I need to give configuration parameters in config.groovy. Now as I am using Mailjet for sending…
mark
  • 503
  • 5
  • 27
0
votes
1 answer

Play framework, limit an action to be done once

I have a button follow on my website, you can toggle it on or off as much as you want. Each time it sends a notification mail to the followed people. I don't want him to be spammed. So I want Play Framework not to send this mail twice (twice in a…
Julien D
  • 1,259
  • 9
  • 22
0
votes
2 answers

Use Mailjet.com's API from within Java web application

I want to make use of the Mailjet's API to get and post some information to Mailjet. This is done via HTTP GET and POST request. And example to get some information for a specific emailaddress is…
Joël Craenhals
  • 475
  • 7
  • 19
0
votes
0 answers

Make email public with url

It might not be an email integration problem but I would like to get solutions on it using various software available on internet or programming it using API. Task: I send money transaction confirmation emails using php/.net code to people and cc it…
Computer User
  • 2,839
  • 4
  • 47
  • 69
0
votes
1 answer

mailjet for codeigniter

I have been following this documentation here: https://www.mailjet.com/docs/code/php/codeigniter In my config folder I created a php file as shown above like this:
thejoker
  • 159
  • 1
  • 5
  • 17
-1
votes
2 answers

NodeJS heap out of memory

I get an error when sending 5K of emails using the MailjetApi. My code : function arraySend(array, locals) { var mailjetConnect = mailjet.connect(locals.blocks.mailjetparam.username, locals.blocks.mailjetparam.password), …
tonymx227
  • 5,293
  • 16
  • 48
  • 91
1 2 3
13
14