Questions tagged [postmark]

Postmark helps deliver and track transactional emails for web applications. In a nutshell, the service replaces SMTP (or Sendmail) with a far more reliable, scalable and care-free environment.

From its developer site:

Postmark helps deliver and track transactional emails for web applications. In a nutshell, the service replaces SMTP (or Sendmail) with a far more reliable, scalable and care-free environment. In addition, you can track statistics such as number of emails sent or processed, opens, bounces and spam complaints.

Resources

128 questions
0
votes
1 answer

Postmark in PHP 5: Check if mail was bounced or successfull

I am using Postmark Email App in my PHP 5 code. I have tried to send email. But how to check if the email was bounced or sent successfully? Please Help!
0
votes
1 answer

CodeIgniter and Postmark Integration

I am very new to codeigniter and postmark, is there a way on how to integrate the two? I created a controller called cron.php and put the postmark code inside the method inbound, here's my code: public function inbound() { try { …
mark yorky
  • 193
  • 1
  • 5
  • 17
0
votes
1 answer

Sending dynamically stamped pdf email attachments from postmarkapp

I have a form template, i used fpdi and tcpdf to create a download link on the web application. http://www.setasign.de/products/pdf-php-solutions/fpdi/demos/tcpdf-demo/ What I now want is to be able to send out the same pdf once the users has click…
momoterraw
  • 165
  • 2
  • 6
  • 15
0
votes
1 answer

Postmark::InvalidMessageError - Received invalid JSON input

I use Postmark for a contact form in a Ruby on Rails app. I'm getting the following error when attempting to send a message: Postmark::InvalidMessageError Received invalid JSON input How can I fix this?
Nick
  • 9,493
  • 8
  • 43
  • 66
-1
votes
1 answer

Sending email with API in node js

I've been trying to create an web application which sends welcome email to its new subscribers. from over one week i am just stuck at one problem, my console doesn't show any output, no success or fail of email sent. I've checked my API code and it…
Somil
  • 61
  • 1
  • 7
-1
votes
1 answer

How to Parse a incoming email and send the parsed data as POST request to a endpoint on localhost?

I have an email for my application, and I want to parse the incoming emails coming to the mail and send the parsed data as a POST Request to an endpoint in localhost(i.e..a servlet). I want to send it to a servlet because I have coded the servlet to…
-1
votes
1 answer

Email Services for Web APP

I need a total email system for my web application. Newsletter delivery once per month. Notifications when a user has registered with the web app or performed an action within it. There will be approx 200,000 subscribers to the newsletter running…
bradley
  • 776
  • 2
  • 11
  • 29
-2
votes
1 answer

Sending email via postmark on symfony with different message streams

As my application has evolved, I've needed the proper way of sending an email to a bulk amount of users. Currently our transactional emails work well, and this is the structure for them. .env file: ###> symfony/postmark-mailer…
Majo0od
  • 2,278
  • 10
  • 33
  • 58
1 2 3
8
9