Tagged Questions

1
vote
2answers
207 views

How to send emails with return-receipts in Ruby on Rails?

I have to send automatic emails with Return Receipt (aka "acknowledgement of receipt"), to have the confirmation that the receiver have actually received and read the email. The confirmation is a ...
0
votes
1answer
85 views

How do I create a email confirmation?

I'm trying to make a simple email notification when a user signs up. My user sign up works fine, and I followed the "Sending Email" tutorial exactly but can't get it to work. What am I doing wrong? ...
0
votes
1answer
539 views

Zend framework registration + email confirmation

Do you know how to do registration in Zend that require email confirmation? Is Zend has any mechanism to do it easy? I have found only classes to send emails but I dont know that Zend has special ...
0
votes
1answer
484 views

PHPMailer - Double Opt In - Spam - Confirm script and multiple email addresses

I have written a script for my clients to generate a newsletter form, embed it on their website, collect email addresses and then email them using a php while and PHPMailer. Currently, the script ...
0
votes
1answer
29 views

users get the automatic confirmation mail from my forum with 1-2 hours delay

is this a spamfilter or postfix problem?