Questions tagged [confirmation-email]

68 questions
0
votes
1 answer

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 support for email confirmation in registration…
canimbenim
  • 659
  • 4
  • 10
  • 23
0
votes
0 answers

Bug in Magento transaction email

I am using Magento for less than a week and my problem is that transaction email which is sent to the customer does not show the billing address and also the payment method is like below image :enter image description here Please let me know how…
0
votes
1 answer

Google Forms Confirmation Email with Information From Linked Sheet

I have set up a Google Form confirmation email trigger that I found here. Meanwhile, the connected answer Sheet calculates a unique ID in a separate column (column B in my case) for every submission - via the formula I found here. What I would like…
0
votes
1 answer

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 uses a "double opt in" which sends an email from…
0
votes
1 answer

Send Magento order confirmation after payment

here's my problem: When a customer in my Magento store places an order, the confirmation mail is beeing sended right away. Even when the payment procedure is not done. I want the order confirmation mail only to be sended when the payment is done.…
Peter van Remmen
  • 645
  • 1
  • 6
  • 13
0
votes
0 answers

confirmation email in mvc5

i am new to mvc and i am trying to make confirmation email on registration in mvc5. i have followed sometutorials. lots of them use sendgrid but i want to use smtp. i have done the tutorials step by step by i cant get email after registration. i…
0
votes
1 answer

Add image and shrink the activation link of confirmation email in aspnet identity

I just created method to send an confirmation mail when new user register this is the controller if (result.Succeeded) { var provider = new Microsoft.Owin.Security.DataProtection.DpapiDataProtectionProvider("AFFEMS2-HEC"); …
0
votes
1 answer

Php web app and reply to email to call a function

I'm developing a web app in php using codeignitor. I want to implement "reply to this email with approved in email body to update the app." feature. Nowadays wen web apps send email for approvals, we can directly reply to email so the app will get…
Rifky
  • 1,444
  • 11
  • 26
0
votes
3 answers

update database from confirmation link email

Anyone can help me pls! This code supposed to compare between the passkey from the confirmation email and the confirm_code from the database and if the two value are identical it update "verified" row from null to 1. Thank you and sorry for my…
Mohamed Osman
  • 87
  • 1
  • 2
  • 5
0
votes
0 answers

in rails3, How can i customize the subject line in device confirmation mails.only for resend confirmation mail only

I am using devise for user authentication in my application.and here is the doubt i am having is,How to change subject line for devise confirmation mails. i want to change the subject line only for resend confirmation mails.
saibharath
  • 63
  • 5
0
votes
2 answers

php email confirm code algo?

I saw a 'confirm_code' column in a db table, and property of the column is varchar(100), can you guys give me idea of a nice algo for a confirmation code ? Basically, it should consist of a random characters. The simplest things in my mind is just…
sasori
  • 5,249
  • 16
  • 86
  • 138
0
votes
1 answer

FOSUserBundle sending bad confirmation links

1 or 2% of users registering seem to get no confirmation email or they get a bad token appended to the confirmation link in the email. I can't determine why or where this wrong token comes from. It doesn't look like a truncated version of the…
hipnosis
  • 618
  • 1
  • 8
  • 13
0
votes
1 answer

Setting custom confirmation email and attachment to Moodle quizzes

On my Moodle site, I have quizzes set up in each course. When a student takes a quiz, I would like that student to receive a confirmation email. In that confirmation email, I would like to be able to also have a pdf attachment (like a pdf…
user2220474
  • 293
  • 1
  • 4
  • 15
0
votes
2 answers

Design dilemma: If e-mail address already used, send e-mail "e-mail address already registered", but can't because can't add duplicate to table

A registration form asks for username and e-mail address. After the data passes validation it's added to the accounts table. It stores data such as username, password and e-mail address. If the username has already been taken the user will be…
Celeritas
  • 14,489
  • 36
  • 113
  • 194
0
votes
1 answer

magento order confirmation email being sent to boss instead of customer service

One of my clients is very annoyed that he is getting all the reply emails from customers that replied to an order invoice sent to their email. I have done a mass search of his email in all of the tables in the database and also do not see it in any…
CaitlinHavener
  • 1,408
  • 3
  • 24
  • 53