Questions tagged [transactional-email]

70 questions
0
votes
1 answer

Exchange email permission to send to own organisation using amazon SES

I've setup amazon SES to send to external email-addresses with no problem. My domain is verified, DKIM and spf are set and working, but when I try to send an email using SES to my own organisation that is running exchange-2010, I get a bounce with…
0
votes
1 answer

How to get Template Variables inside sendMessage() function in Magento 2?

I am trying to send transactional emails from Magento through Listrack. I have override the default sendMessage function using Magento plugin method. Now I have to fetch template variables and process the data inside this function. I tried a lot and…
Nithin
  • 1
  • 1
0
votes
3 answers

Insert javascript variables into a href link within a transactional email

I am trying to build a href url link containing some javascript variables and static text for a transactional email. However, I cannot get the link or displayed URL to show as a complete built URL. I have tried wrapping them both in single quotes…
Gracie
  • 896
  • 5
  • 14
  • 34
0
votes
1 answer

Adding an image to an HTML email

I am looking for the definitive way to add images (like a logo or social media icon) to my HTML email templates. What this means: Should be loaded in all email clients as well as webmail Should not require to add an image as an…
Imre_G
  • 2,468
  • 1
  • 17
  • 33
0
votes
0 answers

Rails 5.2 ActionMailer Mail won't send. Can't see any error in server

Trying to send a volunteering form through SMTP using Gmail, Sendgrid or anything really however I have Action Mailer all set up and I presume I should really be seeing the email come through when I look at the email. I can see this error below but…
0
votes
2 answers

email-inline.css in Magento Transactional emails not working

I have a question regarding Magento transactional emails. The problem is with email-inline.css: {{inlinecss file=“email-inline.css“}} They just do not work. Everything is alright when I sent emails locally but when I push the Code and send from…
kiky992
  • 11
  • 3
0
votes
0 answers

Transaction emails going to Spam in magento

All transaction emails of our website going to spam, When i check the original message SPF,DKIM are Pass and only the default templates are activated. How can we solve this problem? Regards,
0
votes
1 answer

Transactional email tracking with Amason SES

I have set up an Amazon SES account to send my transactional mail. It looks like working good. But I need to track remote server response of each of email (when it is send, delivered and accepted by the server) In this document they suggest some…
0
votes
1 answer

Mandrill's attachment without extension on Hotmail/Outlook.com

I guess there is a issue with Mandrill attachments x Hotmail/Outlook.com. I can send e-mail attachments with Mandrill using base64_encode(). I am using the PHP library. If I send an e-mail to Gmail or any other provider, the attachment looks fine.…
Eduardo
  • 508
  • 6
  • 18
0
votes
1 answer

How to set Cuttlefish.io base URL used in sent mails?

I am using Cuttlefish.io (http://www.cuttlefish.io), and I would like to know how to set the base URL used in links and counter image. By default, the links base URL is: http://localhost:3000 But I would like to set it to a proper base URL,…
Fred
  • 49
  • 2
  • 8
0
votes
1 answer

How to send transactional mails from many addresses (without spamming or on behalf of)

In a Laravel/Symfony SaaS app I want my clients to send out mails to their customers – my clients can manage their customer information in my app. I am looking for a way they can send emails that are from their own addresses – and not from my domain…
mcbetz
  • 2,329
  • 4
  • 20
  • 30
0
votes
1 answer

Mandrill for outgoing mail in a mail client

I'm using Mandrill for my transaction email needs and it works great. Unfortunately very often when I send emails via my email client the emails go to the recipients spam folder. Is there a way to use Mandrill for outgoing emails via a mail client…
Cellydy
  • 1,365
  • 3
  • 15
  • 27
0
votes
1 answer

Magento ver. 1.9.2.1 - Not sending out emails

Got a bit of a strange issue, regarding emails being sent, on our server it used to use postfix and there was a mail.log in /var/log but we have noticed that it has disappeared and is now using phpmail.log instead. Is there a way we can get the mail…
Rob B
  • 11
  • 6
0
votes
1 answer

Is it a good idea to config cPanel with a transactional email service?

I have a dedicated web server based on cPanel. Recently I came across with some idea to set up my server with a transactional mail service, in potential Mailgun. There are many tutorials across the web explain how to integrate cPanel with Mailgun,…
Tiago Matos
  • 1,586
  • 1
  • 20
  • 29
0
votes
2 answers

How to achieve high email deliverability without sharing data with 3rd party ESP?

We are hosting customer data on behalf of companies/clients, and one of our tasks is to send out a very specific transactional email from us (with our email address as sender and reply-to) to clients customers. We are trying to move away from…