I want to make my server to auto send a welcome email to all new
user. what is the best way to do that?
Perhaps with something like this?
#Start of sample /usr/sbin/sendmail -F [EMAIL PROTECTED] [EMAIL PROTECTED] <<EOT From: "Sender name" <[EMAIL PROTECTED]> To: "Recepient name" <[EMAIL PROTECTED]> X-whatever: You can add X headers if you want Subject: Welcome
Hello, and welcome to Raymond's mail server! EOT #End of sample
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
