Hi
The automatic confirmation mail uses MailHost, in the registrant.py
file:
# Send the message
portal.MailHost.send(message.as_string())
The "mail all registrants" function uses the dtml.sendmail tag
located in EventRegistration/skins/event_registration/
send_feedback.dtml:
<dtml-sendmail smtphost="localhost">
To: <dtml-var to_adress>
From: <dtml-var from_portal> - <dtml-var from_adress>
Subject: <dtml-var title_subject>
<dtml-var body>
</dtml-sendmail>
<dtml-call "RESPONSE.redirect('folder_contents?
portal_status_message=Email sent !')">
I guess it would be best if the "mail all registrants" used the
MailHost as well ?
r,
Sverre