Re: writefile and emailer

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 45943
interpreted = N
texte = But writing the file to the EmailFolder & using [sendmail] both use emailer to send the email ??Or are you using another MTA on the machine ?What platform ?> When using sendmail we can only send email to customers which we host > the sites for. Ie the domainname points to us > > If I want to send email to someone lets say to a yahoo.com account > sendmail doesn't work > > I can however writefile to the emailfolder and still send the email > > I think the problem is the linebreaks > > I think I am formatting the code properly with writefile, but still > nothing. > > > > -----Original Message----- > From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf > Of Alain Russell > Sent: Tuesday, December 03, 2002 4:47 PM > To: WebCatalog Talk > Subject: Re: writefile and emailer > > Emailer probably adds the date - the order is not as important, the > suggested order if from RFC specs. > > I don't understand though - what you are doing is exactly the same as > using > [sendmail] in a template ? > > Also - make sure your files are saved with the correct line breaks > >> Does the order matter? >> I looked at some email files generated by sendmail and outlook and the > order >> was: >> To: >> Subject: >> From: >> (there was no date) >> >> by hard returns I was refering to this little square that shows before > the >> Subject and From '' >> >> >> -----Original Message----- >> From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On > Behalf Of >> Alain Russell >> Sent: Tuesday, December 03, 2002 4:39 PM >> To: WebCatalog Talk >> Subject: Re: writefile and emailer >> >> What do you mean 'Relay restrictions' - what you are doing is no > different >> to using [sendmail] ? >> >> FYI: You need a blank return after the headers, a date field is also > needed >> as per RFC specs and the order should be .. >> >> From: >> To: >> Subject: >> Date: >> >> >> Text >> >> HTH >> Alain >> >>> >>> I am using writefile instead of sendmail because of relay > restrictions >>> we have set up. >>> Here is the writefile code >>> But this doesn’t work >>> When I open the file which does get written to the emailfolder I can > see >>> some hard returns and I assume that this is the reason the email is > not >>> been sent >>> Any ideas why this isn’t working >>> >>> *********code******************** >>> [WriteFile >>> secure=F&file=../cgi-bin/WebCatalogEngine/EMailFolder/[cart]]to: > [pager] >>> subject: [subject] >>> from: info@prestigesystem.com >>> [pagetext] >>> [/WriteFile] >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: writefile and emailer (Michael Davis 2002)
  2. Re: writefile and emailer (Kenneth Grome 2002)
  3. Re: writefile and emailer (Michael Davis 2002)
  4. Re: writefile and emailer (Arturo Vargas 2002)
  5. Re: writefile and emailer (Kenneth Grome 2002)
  6. Re: writefile and emailer (Glenn Busbin 2002)
  7. Re: writefile and emailer (Arturo Vargas 2002)
  8. Re: writefile and emailer (Kenneth Grome 2002)
  9. Re: writefile and emailer (Alain Russell 2002)
  10. Re: writefile and emailer (Arturo Vargas 2002)
  11. Re: writefile and emailer (Alain Russell 2002)
  12. Re: writefile and emailer (Arturo Vargas 2002)
  13. Re: writefile and emailer (Alain Russell 2002)
  14. FW: writefile and emailer (Arturo Vargas 2002)
But writing the file to the EmailFolder & using [sendmail] both use emailer to send the email ??Or are you using another MTA on the machine ?What platform ?> When using sendmail we can only send email to customers which we host > the sites for. Ie the domainname points to us > > If I want to send email to someone lets say to a yahoo.com account > sendmail doesn't work > > I can however writefile to the emailfolder and still send the email > > I think the problem is the linebreaks > > I think I am formatting the code properly with writefile, but still > nothing. > > > > -----Original Message----- > From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf > Of Alain Russell > Sent: Tuesday, December 03, 2002 4:47 PM > To: WebCatalog Talk > Subject: Re: writefile and emailer > > Emailer probably adds the date - the order is not as important, the > suggested order if from RFC specs. > > I don't understand though - what you are doing is exactly the same as > using > [sendmail] in a template ? > > Also - make sure your files are saved with the correct line breaks > >> Does the order matter? >> I looked at some email files generated by sendmail and outlook and the > order >> was: >> To: >> Subject: >> From: >> (there was no date) >> >> by hard returns I was refering to this little square that shows before > the >> Subject and From '' >> >> >> -----Original Message----- >> From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On > Behalf Of >> Alain Russell >> Sent: Tuesday, December 03, 2002 4:39 PM >> To: WebCatalog Talk >> Subject: Re: writefile and emailer >> >> What do you mean 'Relay restrictions' - what you are doing is no > different >> to using [sendmail] ? >> >> FYI: You need a blank return after the headers, a date field is also > needed >> as per RFC specs and the order should be .. >> >> From: >> To: >> Subject: >> Date: >> >> >> Text >> >> HTH >> Alain >> >>> >>> I am using writefile instead of sendmail because of relay > restrictions >>> we have set up. >>> Here is the writefile code >>> But this doesn’t work >>> When I open the file which does get written to the emailfolder I can > see >>> some hard returns and I assume that this is the reason the email is > not >>> been sent >>> Any ideas why this isn’t working >>> >>> *********code******************** >>> [WriteFile >>> secure=F&file=../cgi-bin/WebCatalogEngine/EMailFolder/[cart]]to: > [pager] >>> subject: [subject] >>> from: info@prestigesystem.com >>> [pagetext] >>> [/WriteFile] >>> >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Alain Russell

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:

Ooops..Broswer Info.txt (was Web*SSL and WebCatalog) (1997) country of origin from IPADDRESS??? (2001) 'Document Contains No Data' (1999) variables in [addlineitem] (1998) [append] and SSL (1997) 4.0.2b4 (2000) using webdna to determine pixel parameters (2000) WCS Newbie question (1997) Setting up shop (1997) How true is this? (1999) Multiple cart additions (1997) Tcp Connect and the disappearing page (2000) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) 100% sorry about that (1998) [movefile] (1999) [OT] degree symbol (2003) (1997) WCS Newbie question (1997) Text limits in NT version? (1997) Virtual hosting and webcatNT (1997)