Questions tagged [confirmation-email]
68 questions
2
votes
1 answer
rails devise confirmation email
I am using devise for authentication & able to send confirmation email.
I want to know is there any configuration available to expire confirmation link in email after certain duration?
Thanks in advance.

S R
- 674
- 2
- 18
- 45
2
votes
3 answers
expire confirmation email after 48 hour in asp.net
I send a confirmation email to my users and as they click on it, their account will become active.
The only thing that i want is that to expire the link after 48 hour and user can register again with that username. can anybody help me?
here is my…
user1877170
2
votes
1 answer
Error when sending email confirmation using ActionMailer on ROR
I am developing a website using ROR on Windows 7 (64-bit). I am trying to setup my website so that a person who creates a new login on it gets a confirmation email. I am using ActionMailer for the email confirmation sending. I am trying to configure…

Oatmeal
- 759
- 2
- 9
- 25
1
vote
0 answers
How to add social media icon on new user confirmation email as a hyperlink?
I want to add social media icon on my new user confirmation email like-
Image of how the confirmation email should look like
It is working perfectly on my browser, but when I am implementing this code for my website and when a user is registering…

Ashiqur Rahman
- 11
- 1
1
vote
3 answers
Laravel 5.3 E-Mail Confirmation
I need to implement the functionality of confirmation of the email address of a user before making him able to login to my platform.
I have successfully implemented the sending of a confirmation code at registration and save a string…

Blacktiger
- 21
- 5
1
vote
1 answer
Symfony: Send email automatically every 7 days during one month
I need your help on my current project with Symfony...
When you click in a button, the function must send an email to other user with a link confirmation. This email must be send every seven days during one month. How can I create a confirmation…

Oliver Blanco Lozano
- 21
- 3
1
vote
3 answers
How to send Email confirmation link via smtp Cakephp
I am working in cakephp and want to send confirmation link on user signup but i do not know much about SMTP.
Here is What i have written I am using Token to confirm email which will expire next time if user hit the same confirmation link.
Here is…

Muhammad Usman
- 2,419
- 1
- 11
- 18
1
vote
0 answers
Using Devise and Rails to have admins mass create users accounts with just email
Please bear with me, I'm not too rails literate.
What I'm trying to do is have 2 sign-ups available. Where there is the default sign-up from devise, and then another sign-up where an admin account can upload a CSV file (with emails and other…

Lisa Zhang
- 11
- 4
1
vote
1 answer
get subscriber email on "Confirmation thankyou page" mailchimp
I am working on mailchimp.
What I want to do is
Get the email entered at signup page at confirmation thankyou page, Which is displayed when user click on the link in email.
I have searched on internet but couldn't find any solution.The flow is…

sheldon cooper
- 455
- 2
- 8
- 22
1
vote
1 answer
Email Confirmation Error Invalid Token AspNet Identity
I have two Web applications, WCF and MVC which share same database. I am using Aspnet Identity 2.0
While registering new user, it creates confirmation token and sends email to the user. Creating token, sending email is mostly done in WCF,…

Ruchan
- 3,124
- 7
- 36
- 72
1
vote
1 answer
Sitecore ECM: User unsubscribing newsletter receives no confirmation email
My unsubscribe-link does not work properly. The user IS moved from Opt-in into Opt-out, but receives no confirmation email. Do I have to do anything to make that happen?
Note that I have not altered anything in /sitecore/content/ECM/[MyTarget…
1
vote
1 answer
Confirm multiple emails with devise
I am using rails+devise. I want the user to be able to confirm multiple e-mails (the app would send for each address a mail with a "confirm" link, and then the user have one or many confirmed mails). It is possible to confirm one with :confirmable…

Nicolas Maloeuvre
- 3,069
- 24
- 42
1
vote
1 answer
Prestashop order-confirmation email attachement (terms and conditions)
I am using Prestashop 1.5.4.1 and i need to add new file attachment (.docx document), which is stored on my server, to an order confirmation email. What should i do?
Thanks for Your time
sincerely
Johan

JohanCutych
- 111
- 1
- 2
1
vote
1 answer
Rails - Email sign-up confirmation - NoMethodError
I want an email to be sent when a user registers. This email should contain a link that changes the account to a full user. I want this email link to be a token for security.
email_token is a random generated token per user
email_activation_token …

Alain Goldman
- 2,896
- 5
- 43
- 75
1
vote
1 answer
Rails Routing Error on Email Confirmation
I am new to rails and I am trying to add a email confirmation upon register. I currently get this error.
(Bonus points for any verbose and easily understood answer.)
Routing Error
No route matches {:action=>"edit", :controller=>"email_activations",…

Alain Goldman
- 2,896
- 5
- 43
- 75