i have a guestbook running under Zope. i have a python script that adds the user. i have a field in which the user enters his/her e-mail address.... i have that turned into a string. i would like for an e-mail to be automatically sent to that person. how would i go about doing that? would i interface with an smtp server directly, or can i use sendmail on my system to send it?
please advise. thanks.
-matthew-