Solved MailHost error in Internet Explorer
hi, I posted the observation, that following code does not work with internet explorer 5.5, but with any other browser: <dtml-sendmail mailhost=MailHost> From: blabla@sybcom.de To: blabla@sybcom.de Subject: blabla blabla </dtml-sendmail> modifying as follows made it work: <dtml-sendmail mailhost=MailHost mailfrom=blabla@sybcom.de mailto=blabla@sybcom.de> From: blabla@sybcom.de To: blabla@sybcom.de Subject: blabla blabla </dtml-sendmail> and only the bits and bytes know why... it is solved anyway! --- If you care, you just get disappointed all the time. If you don't care nothing matters so you are never upset. -- Calvin --- Oliver Pabst .-------------------------. mailto:olpa@sybcom.de : : phone :+49 681 56600600 : project department : SYBCOM GmbH fax :+49 681 56600660 : : http://www.sybcom.de
Thats SO strange... Anyway, I've used MailHost with 5.5 in loads of different ways, including the one you couldn't get to work with 5.5, so it's not a general problem... ----- Original Message ----- From: <olpa@sybcom.de> To: <zope@zope.org> Sent: Tuesday, December 11, 2001 5:54 PM Subject: [Zope] Solved MailHost error in Internet Explorer
hi, I posted the observation, that following code does not work with internet explorer 5.5, but with any other browser:
<dtml-sendmail mailhost=MailHost> From: blabla@sybcom.de To: blabla@sybcom.de Subject: blabla
blabla </dtml-sendmail>
modifying as follows made it work:
<dtml-sendmail mailhost=MailHost mailfrom=blabla@sybcom.de mailto=blabla@sybcom.de> From: blabla@sybcom.de To: blabla@sybcom.de Subject: blabla
blabla </dtml-sendmail>
and only the bits and bytes know why... it is solved anyway!
--- If you care, you just get disappointed all the time. If you don't care nothing matters so you are never upset. -- Calvin --- Oliver Pabst .-------------------------. mailto:olpa@sybcom.de : : phone :+49 681 56600600 : project department : SYBCOM GmbH fax :+49 681 56600660 : : http://www.sybcom.de
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Lennart Regebro -
olpa@sybcom.de