Re: [WebDNA] multi [sendmail] inside [search]
This WebDNA talk-list message is from 2012
It keeps the original formatting.
numero = 109313
interpreted = N
texte = --Apple-Mail-2--1069561060Content-Transfer-Encoding: quoted-printableContent-Type: text/plain;charset=us-asciiI don't think that I have access to my email log...At least I wouldn't know how to access my email log.I'll ask my hosting company, but I don't think that I'll get any access =until Monday.sfbOn Jul 14, 2012, at 7:25 PM, William DeVaul wrote:> What does your email log say? Sendmail is basically a writefile =command that gets processed for sending. The sending process logs email =activity. That could help you sort this out.>=20> Bill>=20> On Saturday, July 14, 2012, Stephen Braun wrote:> Thanks Terry, I know about the bogus FROM address, and I am using the =same FROM address that works in several other places, but doesn't work =here, because it's too long..>=20> Here is what I'm seeing if I use too many characters....>=20> What should be:> [sendmail =to=3Dsteve@fausttheatre.org&from=3Dsteve@fausttheatre.org&subject=3D123456=7&content-type=3Dtext/html]>=20> Looks like this:> endmail =to=3Dsteve@fausttheatre.org&from=3Dsteve@fausttheatre.org&subject=3D123456=78&content-type=3Dtext/html]>=20> The first two characters are being truncated from my code if I put the =8 in the subject line.> This has got me stumped.>=20>=20>=20>=20>=20> On Jul 14, 2012, at 1:53 PM, Terry Wilson wrote:>=20>> I routinely send out emails with much longer subject lines. The same =for the to and from fields. As Ken noted in an earlier email, a bogus =FROM address is problematic. I know I can't put a bogus FROM address and =expect it to work.>>=20>> Hope that helps.>>=20>> Terry>> On Jul 14, 2012, at 10:30 AM, Stephen Braun wrote:>>=20>>> Thanks to all of you who have tried to help me with this.>>> I have tested my code literally 100 times and here is what I've =found.>>>=20>>> The [sendmail] won't work if the 'to' address, or the 'from' =address, or the 'subject line' has too many characters.>>> It works fine when the subject line is 7 characters, but not 8.>>> It works fine when the 'to' or 'from' domain is 12 characters, but =not when it is 23 characters.>>>=20>>> Unfortunately, the domain name is 23 characters.>>>=20>>> Would this be a setting that my host has set up in his email control =panel?>>>=20>>> Thanks again to all of you who wrote back to me.>>> Steve Braun>>>=20>>>=20>>>=20>>>=20>>>=20>>> On Jul 13, 2012, at 11:13 PM, WebDNA Solutions wrote:>>>=20>>>>> It does both of your [writefile] commands perfectly, with>>>>> several of my test employees, but does not do the>>>>> [sendmail] in between.>>>>=20>>>> How are you determining that the [sendmail] context is (or>>>> is not) writing the appropriate files to disk from inside the>>>> founditems context?>>>>=20>>>> Are you checking the contents of the EMailProblem and>>>> EMailCompleted folders to see which folder the mail files are>>>> in?>>>>=20>>>> Or are you assuming that the mail files are not being written>>>> to disk simply because you fail to receive the email>>>> messages in your inbox within a reasonable time?>>>>=20>>>> What happens when you use a valid "From" address instead of>>>> the bogus "From" address you're using now? Some mail>>>> servers reject mail sent from a bogus "From" address.>>>>=20>>>> What does the "Email Log.txt" file say about these emails?>>>>=20>>>>=20>>>>> I was told that it is because the [sendmail] is inside of>>>>> the [search].> --------------------------------------------------------- This message =is sent to you because you are subscribed to the mailing list . To =unsubscribe, E-mail to: archives: =http://mail.webdna.us/list/talk@webdna.us Bug Reporting: =support@webdna.us> --------------------------------------------------------- This message =is sent to you because you are subscribed to the mailing list . To =unsubscribe, E-mail to: archives: =http://mail.webdna.us/list/talk@webdna.us Bug Reporting: =support@webdna.us--Apple-Mail-2--1069561060Content-Transfer-Encoding: 7bitContent-Type: text/html;charset=us-asciiI don't think that I have access to my email log...
At least I wouldn't know how to access my email log.
I'll ask my hosting company, but I don't think that I'll get any access until Monday.
sfb
On Jul 14, 2012, at 7:25 PM, William DeVaul wrote:
What does your email log say? Sendmail is basically a writefile command that gets processed for sending. The sending process logs email activity. That could help you sort this out.
Bill
On Saturday, July 14, 2012, Stephen Braun wrote:
Thanks Terry, I know about the bogus FROM address, and I am using the same FROM address that works in several other places, but doesn't work here, because it's too long..
Here is what I'm seeing if I use too many characters....
What should be:
Looks like this:
The first two characters are being truncated from my code if I put the 8 in the subject line.
This has got me stumped.
On Jul 14, 2012, at 1:53 PM, Terry Wilson wrote:
I routinely send out emails with much longer subject lines. The same for the to and from fields. As Ken noted in an earlier email, a bogus FROM address is problematic. I know I can't put a bogus FROM address and expect it to work.
Hope that helps.
Terry
On Jul 14, 2012, at 10:30 AM, Stephen Braun wrote:
Thanks to all of you who have tried to help me with this.
I have tested my code literally 100 times and here is what I've found.
The [sendmail] won't work if the 'to' address, or the 'from' address, or the 'subject line' has too many characters.
It works fine when the subject line is 7 characters, but not 8.
It works fine when the 'to' or 'from' domain is 12 characters, but not when it is 23 characters.
Unfortunately, the domain name is 23 characters.
Would this be a setting that my host has set up in his email control panel?
Thanks again to all of you who wrote back to me.
Steve Braun
On Jul 13, 2012, at 11:13 PM, WebDNA Solutions wrote:
It does both of your [writefile] commands perfectly, with
several of my test employees, but does not do the
[sendmail] in between.
How are you determining that the [sendmail] context is (or
is not) writing the appropriate files to disk from inside the
founditems context?
Are you checking the contents of the EMailProblem and
EMailCompleted folders to see which folder the mail files are
in?
Or are you assuming that the mail files are not being written
to disk simply because you fail to receive the email
messages in your inbox within a reasonable time?
What happens when you use a valid "From" address instead of
the bogus "From" address you're using now? Some mail
servers reject mail sent from a bogus "From" address.
What does the "Email Log.txt" file say about these emails?
I was told that it is because the [sendmail] is inside of
the [search].
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list .To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list .To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
--Apple-Mail-2--1069561060--
Associated Messages, from the most recent to the oldest:
--Apple-Mail-2--1069561060Content-Transfer-Encoding: quoted-printableContent-Type: text/plain;charset=us-asciiI don't think that I have access to my email log...At least I wouldn't know how to access my email log.I'll ask my hosting company, but I don't think that I'll get any access =until Monday.sfbOn Jul 14, 2012, at 7:25 PM, William DeVaul wrote:> What does your email log say? Sendmail is basically a writefile =command that gets processed for sending. The sending process logs email =activity. That could help you sort this out.>=20> Bill>=20> On Saturday, July 14, 2012, Stephen Braun wrote:> Thanks Terry, I know about the bogus FROM address, and I am using the =same FROM address that works in several other places, but doesn't work =here, because it's too long..>=20> Here is what I'm seeing if I use too many characters....>=20> What should be:> [sendmail =to=3Dsteve@fausttheatre.org&from=3Dsteve@fausttheatre.org&subject=3D123456=7&content-type=3Dtext/html]>=20> Looks like this:> endmail =to=3Dsteve@fausttheatre.org&from=3Dsteve@fausttheatre.org&subject=3D123456=78&content-type=3Dtext/html]>=20> The first two characters are being truncated from my code if I put the =8 in the subject line.> This has got me stumped.>=20>=20>=20>=20>=20> On Jul 14, 2012, at 1:53 PM, Terry Wilson wrote:>=20>> I routinely send out emails with much longer subject lines. The same =for the to and from fields. As Ken noted in an earlier email, a bogus =FROM address is problematic. I know I can't put a bogus FROM address and =expect it to work.>>=20>> Hope that helps.>>=20>> Terry>> On Jul 14, 2012, at 10:30 AM, Stephen Braun wrote:>>=20>>> Thanks to all of you who have tried to help me with this.>>> I have tested my code literally 100 times and here is what I've =found.>>>=20>>> The
[sendmail] won't work if the 'to' address, or the 'from' =address, or the 'subject line' has too many characters.>>> It works fine when the subject line is 7 characters, but not 8.>>> It works fine when the 'to' or 'from' domain is 12 characters, but =not when it is 23 characters.>>>=20>>> Unfortunately, the domain name is 23 characters.>>>=20>>> Would this be a setting that my host has set up in his email control =panel?>>>=20>>> Thanks again to all of you who wrote back to me.>>> Steve Braun>>>=20>>>=20>>>=20>>>=20>>>=20>>> On Jul 13, 2012, at 11:13 PM, WebDNA Solutions wrote:>>>=20>>>>> It does both of your
[writefile] commands perfectly, with>>>>> several of my test employees, but does not do the>>>>>
[sendmail] in between.>>>>=20>>>> How are you determining that the
[sendmail] context is (or>>>> is not) writing the appropriate files to disk from inside the>>>> founditems context?>>>>=20>>>> Are you checking the contents of the EMailProblem and>>>> EMailCompleted folders to see which folder the mail files are>>>> in?>>>>=20>>>> Or are you assuming that the mail files are not being written>>>> to disk simply because you fail to receive the email>>>> messages in your inbox within a reasonable time?>>>>=20>>>> What happens when you use a valid "From" address instead of>>>> the bogus "From" address you're using now? Some mail>>>> servers reject mail sent from a bogus "From" address.>>>>=20>>>> What does the "Email Log.txt" file say about these emails?>>>>=20>>>>=20>>>>> I was told that it is because the
[sendmail] is inside of>>>>> the
[search].> --------------------------------------------------------- This message =is sent to you because you are subscribed to the mailing list . To =unsubscribe, E-mail to: archives: =http://mail.webdna.us/list/talk@webdna.us Bug Reporting: =support@webdna.us> --------------------------------------------------------- This message =is sent to you because you are subscribed to the mailing list . To =unsubscribe, E-mail to: archives: =http://mail.webdna.us/list/talk@webdna.us Bug Reporting: =support@webdna.us--Apple-Mail-2--1069561060Content-Transfer-Encoding: 7bitContent-Type: text/html;charset=us-asciiI don't think that I have access to my email log...
At least I wouldn't know how to access my email log.
I'll ask my hosting company, but I don't think that I'll get any access until Monday.
sfb
On Jul 14, 2012, at 7:25 PM, William DeVaul wrote:
What does your email log say? Sendmail is basically a writefile command that gets processed for sending. The sending process logs email activity. That could help you sort this out.
Bill
On Saturday, July 14, 2012, Stephen Braun wrote:
Thanks Terry, I know about the bogus FROM address, and I am using the same FROM address that works in several other places, but doesn't work here, because it's too long..
Here is what I'm seeing if I use too many characters....
What should be:
Looks like this:
The first two characters are being truncated from my code if I put the 8 in the subject line.
This has got me stumped.
On Jul 14, 2012, at 1:53 PM, Terry Wilson wrote:
I routinely send out emails with much longer subject lines. The same for the to and from fields. As Ken noted in an earlier email, a bogus FROM address is problematic. I know I can't put a bogus FROM address and expect it to work.
Hope that helps.
Terry
On Jul 14, 2012, at 10:30 AM, Stephen Braun wrote:
Thanks to all of you who have tried to help me with this.
I have tested my code literally 100 times and here is what I've found.
The [sendmail] won't work if the 'to' address, or the 'from' address, or the 'subject line' has too many characters.
It works fine when the subject line is 7 characters, but not 8.
It works fine when the 'to' or 'from' domain is 12 characters, but not when it is 23 characters.
Unfortunately, the domain name is 23 characters.
Would this be a setting that my host has set up in his email control panel?
Thanks again to all of you who wrote back to me.
Steve Braun
On Jul 13, 2012, at 11:13 PM, WebDNA Solutions wrote:
It does both of your [writefile] commands perfectly, with
several of my test employees, but does not do the
[sendmail] in between.
How are you determining that the [sendmail] context is (or
is not) writing the appropriate files to disk from inside the
founditems context?
Are you checking the contents of the EMailProblem and
EMailCompleted folders to see which folder the mail files are
in?
Or are you assuming that the mail files are not being written
to disk simply because you fail to receive the email
messages in your inbox within a reasonable time?
What happens when you use a valid "From" address instead of
the bogus "From" address you're using now? Some mail
servers reject mail sent from a bogus "From" address.
What does the "Email Log.txt" file say about these emails?
I was told that it is because the [sendmail] is inside of
the [search].
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list .To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
---------------------------------------------------------This message is sent to you because you are subscribed tothe mailing list .To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.usBug Reporting: support@webdna.us
--Apple-Mail-2--1069561060--
Stephen Braun
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Problems with [Applescript] (1997)
Off Topic: Frames Killer? (1998)
Threaded Discussion (1998)
Inventory Adjustment SOLUTION (2000)
Setting up shop (1997)
New public beta available (1997)
math on date? (1997)
Using Plug-In while running 1.6.1 (1997)
Showif, Hideif reverse logic ? (1997)
Emailer setup (1997)
Not reading code (1997)
Bug? I don't know... (1999)
sendmail logs (1999)
Bug or syntax error on my part? (1997)
WebDNA-Talk Digest mode broken (1997)
Attn: Bug in GeneralStore example b15 (1997)
Is [upload] avail. in 3.0.8 for NT? (2000)
Using Cookie for client specific info? (1997)
Password Group (2002)
Tab Charactor (1997)