RE: [Zope] Sending Fax through MailHost
By the way, I did notice that in my address in outlook it's specified as the "email-type" "FAX" and when I put a normal email address in it is "email type" "SMTP". I guess when you do [fax: ] it changes the email-type to FAX and uses the number as the address. I am thinking there would have to be an additional header line similar to content-type but I don't know where this would go or what it would be. Is this even supported (or supportable??) Thanks, chris _____ From: Chris Larsen Sent: Wednesday, August 31, 2005 1:19 PM To: zope@zope.org Subject: [Zope] Sending Fax through MailHost Hi, I'm trying to put a fax number into the "To:" field of the mailhost header and am not having much luck. Obviously the standard for this is to address the email to [FAX:18479131145] but when I do [FAX:1<dtml-var faxnum>] it just tells me that there are no recipients designated. Any ideas? Thanks, chris
On 31 Aug 2005, at 22:29, Chris Larsen wrote:
By the way, I did notice that in my address in outlook it’s specified as the “email-type” “FAX” and when I put a normal email address in it is “email type” “SMTP”. I guess when you do [fax: ] it changes the email-type to FAX and uses the number as the address.
I am thinking there would have to be an additional header line similar to content-type but I don’t know where this would go or what it would be. Is this even supported (or supportable??)
What you are trying to do is not supported because your FAX addresses are not valid and legal email addresses. MailHost will simply ignore them. You would have to write your own implementation that does something intelligent with those odd addresses. jens
participants (2)
-
Chris Larsen -
Jens Vagelpohl