mandrill Questions
11
I am trying to use Mandrill to send emails via my Laravel framework, however I am receiving the following error:
FatalErrorException in MandrillTransport.php line 114: Class
'GuzzleHttp\Client'...
Zimmerman asked 5/7, 2015 at 4:14
2
Solved
I'm trying to send emails using mandrill email service but I get the following error:
[
{
"email": "[email protected]",
"status": "rejected",
"_id": "daab0daa538a4fe9b161be709593be0b",
"...
Eyelet asked 13/7, 2016 at 15:2
3
Solved
Is their any way to send email via the Mandrill API which contain multiple BCC address?
Mandrill API documentation displays only a single bcc_address in their API. So is it not possible send email ...
2
Solved
I am using the mandrill-api (from MailChimp) to send an email to many people in a single API call. It takes a HTML parameter that I would like to be generated from a view rather than directly in my...
Asuncionasunder asked 21/4, 2013 at 9:35
19
Solved
I'm running PHP Version 5.6.3 as part of XAMPP on Windows 7.
When I try to use the Mandrill API, I'm getting the following error:
Uncaught exception 'Mandrill_HttpError' with message 'API call ...
3
I have to make substitution with merge_vars.
{
"key":"some key",
"template_name":"order-confirmation",
"template_content":[
{
"name":"ORDERNUMBER",
"content":"12312312321"
},
{
"name":"P...
3
Solved
If company already subscribed to MailChimp do they need also Mandril to send transactional emails such as app welcome, invites to join or befriend, password recovery etc.
Can one send password rec...
4
Solved
The Background
I am using Mandrill as my SMTP sending mail server. After setting up MX in my custom domain DNS, I am able to send emails through Mandrill.
However, when reading the email from Gma...
Readus asked 19/9, 2015 at 4:14
3
Solved
Whenever I send an email through my Rails app, in my inbox, the name of the sender is shown as "admin".. The email is admin@... The first part of the domain is shown. Im using Mandrill to send the ...
Finis asked 28/12, 2013 at 5:27
2
Solved
I use the Mandrill API to send my transactional Mails via PHP.
Now I'm running in the problem, that when I try to loop through multiple vars only the last one is shown.
this is my variable for ...
Chanachance asked 4/10, 2018 at 14:45
4
Solved
Company domain links end up in the iOS app. Links with redirects through MailChimp to company's website from email website end up in the iOS app.
But links which redirect to company domain website...
Jellyfish asked 13/3, 2017 at 19:18
10
I have created an email template which includes merging tags on MailChimp which then gets published to Mandrill.
When my script runs and I receive email, as you can see, |MC_PREVIEW_TEXT| appears ...
1
This issue really driving me crazy this past hours. Why is the email that send with Mandrill not showing the right information about the Cc email address.
So for example, I want to send email to
...
4
Solved
I am trying to send emails that contain non-ASCII characters using the SmtpClient and MailMessage classes.
I am using an external mailing service (MailChimp) and some of my emails have been reject...
1
Solved
Mandrill is rejecting any emails sent to a domain that doesn't match my verified domain but it's not clear why this is happening.
How do I allow outgoing email to be sent to any public domain such ...
Sejant asked 21/9, 2020 at 22:56
6
Solved
I'm trying to send emails using mandrill email service but I get the following error
Full Response
[
{
"email": "[email protected]",
"status": "rejected",
"_id": "b814c2974594466cba9c90...
7
Solved
Very excited to be asking my first question on StackOverflow. I've been relying on it to teach myself quite a lot over the years!
My question is this. I am getting the following error when trying ...
6
Solved
For security purposes, I try to allow only Mandrill's IP(s) to access these urls.
Does anyone know them?
5
Mandrill does not offer any support. I've sent them many tickets, but still no answer. I hope someone here will help me out.
I'm sending emails through SMTP. I'm able to send few thousand emails i...
5
Solved
For the past 4 months we have been seeing large delays when sending emails through mandrill to gmail addresses. Sometimes it takes 15 minutes but other times it can be up to an hour. When i check t...
1
I am using Mandrill trial account for sending emails, i have a question which i am not able to find a solution.
I have a domain (www.domain.com) which is registered with Mandrill account with an e...
Pressurize asked 1/2, 2016 at 7:28
3
So my client has reported that many of the emails are going to the wrong person, and I would like to write some feature tests to find and make sure that they are receiving the email and what it say...
Swelling asked 22/10, 2013 at 2:30
2
Solved
I've looked at this Mandrill knowledgebase article over and over and cannot see any obvious explanation of what the difference is between Global Merge Vars and Merge Vars, and when I should use glo...
Reality asked 10/5, 2013 at 8:56
2
Using the send-template method and the Lutung Mandrill Java API implementation, when a template variable contains line breaks of the form \n, they are totally ignored or stripped on generated email...
Clubby asked 23/4, 2015 at 14:26
4
Solved
I am using the Mandrill API and have a simple template:
<html>
<body>
<p>Hello *|name|*
</p>
</body>
</html>
And am using the send-template.json API from...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.