Tagged Questions

8
votes
5answers
3k views

How to generate a secure activation string in php?

After user subscribe email to my website. My website will generate an email confirmation and send to them. In the email content, i need to include activation key, something like: ...
5
votes
3answers
489 views

Devise: Is it possible to NOT send a confirmation email in specific cases ? (even when confirmable is active)

Here is my situation, I use devise to allow users to create account on my site and manage their authentication. During the registration process I allow customers to change some options, leading to ...
4
votes
4answers
516 views

ColdFusion email - is there a way to confirm the email has been sent?

Just using the standard cfmail tag, is there a way we can confirm that the email has been sent? I tried cftry/cfcatch but that only confirms that there were no errors in processing the tag, if I put ...
2
votes
2answers
97 views

Rails User Sign Up Mail Confirmation

I'm trying to create a mailer that sends out an email whenever a user signs up. Pretty simple but I'm new to rails. I have a site that already creates the user. I have a login and sign up page that ...
1
vote
3answers
2k views

How can I recieive confirmation for delivered email with JavaMail API?

I'm writing a program, that sends email messages and want to know when the receiver receives the email message I've sent to him. How can I do this using JavaMail API? If I use SMTPMessage, how ...
1
vote
2answers
245 views

how to send email before page redirection

So on my website I have paypal enabled but when the user clicks the "buy now" button I want to shoot an email to the store owner with some information before it redirects to paypal.com. I can't think ...
0
votes
1answer
85 views

devise registration confirmation freezes when I click email confirm link

I'm getting some strange behavior when testing on my local machine: 1) First of all when I sign-up, I'm redirected to the home page and I see a flash message that says: "You have signed up ...
0
votes
3answers
35 views

How could I store information about users without registration?

I am just developing a PHP website and I would like to store some information about user's behavior (like: How many times did a user vote on an article? or How many times did the users start an ...
0
votes
1answer
46 views

Email confirmation rubyonrails [closed]

I'm trying to create a website where the user signs up with his user name, password and email address. Then he should be sent a confirmation email which generates a link he will have to click on to ...
0
votes
1answer
265 views

Customer name incomplete on order confirmation in Magento

Came accros the following during a project: Customer fills out his/her name during checkout: **Firstname Middlename Lastname** The confirmation email sent contains incomplete name in the form of ...
0
votes
1answer
124 views

Best approach for confirmation page

I just finished the basic design structure for my contact page without flash; it's located here. Can anyone suggest the best approach for making a confirmation script (inside a DIV) without ...
0
votes
3answers
2k views

send smtp email through godaddy

So, I'm trying to send an smtp email from my website as a confirmation that their order has been place. The site is hosted on godaddy and I have no idea what's going on. I'm getting all kinds of error ...
0
votes
3answers
973 views

Best way for confirmation email links to submit ID

I've got a web site sending someone a confirmation email. Now in the email I would like to have a link the user has to click to confirm he received the mail. I'd like to include the user's password ...