Forum Moderators: coopster & phranque

Message Too Old, No Replies

perl email

Is it possible

         

Lennie

1:35 am on May 10, 2003 (gmt 0)

10+ Year Member



When someone forgets their password, I want to write a program that will send it to them. Their password is keep in a database, and I need to know how to make perl generate an email to them. In short, the "forgot your password" that site use. I need to know how to generate and email.

daisho

1:51 am on May 10, 2003 (gmt 0)

10+ Year Member



Linux or Windows?

If perl then most likely Linux. Look into "sendmail" and "pipes".

What you want to do is open a PIPE to sendmail then print formated messages.

daisho.

Lennie

1:42 am on May 13, 2003 (gmt 0)

10+ Year Member



Linux