Sending e-mail from D3 through the Linux server

This is a discussion on Sending e-mail from D3 through the Linux server within the Pick Database forums in Other Databases category; I have been using Blat on the client side of all my systems (Windows workstations) to handle D3 e-mail processing. However, several users at various sites are using Mac's for their workstations. Is there a way to have a Linux server send e-mails from HTML files created in D3? D3Linux 7.4.0 running on RedHat 9. Thanks. -- Ricky Ginsburg Have you seen Ricky's new website? http://www.fawnridge.com/ricky...

Go Back   Database Forum > Other Databases > Pick Database

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-08-2008, 11:26 AM
Default Sending e-mail from D3 through the Linux server

I have been using Blat on the client side of all my systems (Windows
workstations) to handle D3 e-mail processing. However, several users at
various sites are using Mac's for their workstations. Is there a way to have
a Linux server send e-mails from HTML files created in D3?

D3Linux 7.4.0 running on RedHat 9.

Thanks.

--
Ricky Ginsburg

Have you seen Ricky's new website?
http://www.fawnridge.com/ricky


Reply With Quote
  #2  
Old 08-08-2008, 02:52 PM
Default Re: Sending e-mail from D3 through the Linux server

On Aug 8, 7:26*am, "Ricky Ginsburg" wrote:
> I have been using Blat on the client side of all my systems (Windows
> workstations) to handle D3 e-mail processing. However, several users at
> various sites are using Mac's for their workstations. Is there a way to have
> a Linux server send e-mails from HTML files created in D3?
>
> D3Linux 7.4.0 running on RedHat 9.
>
> Thanks.
>
> --
> Ricky Ginsburg
>
> Have you seen Ricky's new website?http://www.fawnridge.com/ricky


Search the group for "SMTPSEND"

This is a fully Pick based little email program that my boss found and
I tweaked for our purposes.

With a little thought, (I had some at one point) I was able to send
mail with an HTML attachment. I had to do some research on how to
make a mail message see an attachment. In the end it wasn't hard.
The toughest part for me was finding the information.

Other methods is to write the file from Pick into a known file on the
Linux side and then use Linux's metasend.

A caveat here!!! With the latest licensing scheme from RD/TD or
whatever they are calling themselves, the first option will consume a
licensed seat when sending the mail.

hth
Dale
Reply With Quote
  #3  
Old 08-08-2008, 05:15 PM
Default Re: Sending e-mail from D3 through the Linux server

I wrote the ETK(e-mail toolkit) and SMTPSEND eons ago and things have
changed since then in D3. If you want a D3 subroutine to send e-mail
directly from D3, I can post code that I've used in the near past along with
MIME envelope examples. Your best bet on the client is to use the sendmail
tool or a MUA like mutt. If you decide to use sendmail you will need to put
the HTML either as in-line or attachment disposition in a MIME part. If the
client has a MUA like Thunderbird, you can script the e-mail from the
command line. I don't use it so I can't provide an example immediately.

GlenB

wrote in message
news:f64625a8-a35d-4bcc-9c8e-60ae55fb539a-at-o40g2000prn.googlegroups.com...
On Aug 8, 7:26 am, "Ricky Ginsburg" wrote:
> I have been using Blat on the client side of all my systems (Windows
> workstations) to handle D3 e-mail processing. However, several users at
> various sites are using Mac's for their workstations. Is there a way to
> have
> a Linux server send e-mails from HTML files created in D3?
>
> D3Linux 7.4.0 running on RedHat 9.
>
> Thanks.
>
> --
> Ricky Ginsburg
>
> Have you seen Ricky's new website?http://www.fawnridge.com/ricky


Search the group for "SMTPSEND"

This is a fully Pick based little email program that my boss found and
I tweaked for our purposes.

With a little thought, (I had some at one point) I was able to send
mail with an HTML attachment. I had to do some research on how to
make a mail message see an attachment. In the end it wasn't hard.
The toughest part for me was finding the information.

Other methods is to write the file from Pick into a known file on the
Linux side and then use Linux's metasend.

A caveat here!!! With the latest licensing scheme from RD/TD or
whatever they are calling themselves, the first option will consume a
licensed seat when sending the mail.

hth
Dale


Reply With Quote
  #4  
Old 08-08-2008, 08:04 PM
Default Re: Sending e-mail from D3 through the Linux server

Glen - Are you familiar with how Blat works? I create a temp file in HTML
and then execute Blat from within D3 to e-mail the file I've created. Is
what you've described a similar solution?

--
Ricky Ginsburg

Have you seen Ricky's new website?
http://www.fawnridge.com/ricky
"GlenB" wrote in message
news:2M1nk.7570$De7.7436-at-bignews7.bellsouth.net...
> I wrote the ETK(e-mail toolkit) and SMTPSEND eons ago and things have
> changed since then in D3. If you want a D3 subroutine to send e-mail
> directly from D3, I can post code that I've used in the near past along
> with MIME envelope examples. Your best bet on the client is to use the
> sendmail tool or a MUA like mutt. If you decide to use sendmail you will
> need to put the HTML either as in-line or attachment disposition in a MIME
> part. If the client has a MUA like Thunderbird, you can script the e-mail
> from the command line. I don't use it so I can't provide an example
> immediately.
>
> GlenB
>
> wrote in message
> news:f64625a8-a35d-4bcc-9c8e-60ae55fb539a-at-o40g2000prn.googlegroups.com...
> On Aug 8, 7:26 am, "Ricky Ginsburg" wrote:
>> I have been using Blat on the client side of all my systems (Windows
>> workstations) to handle D3 e-mail processing. However, several users at
>> various sites are using Mac's for their workstations. Is there a way to
>> have
>> a Linux server send e-mails from HTML files created in D3?
>>
>> D3Linux 7.4.0 running on RedHat 9.
>>
>> Thanks.
>>
>> --
>> Ricky Ginsburg
>>
>> Have you seen Ricky's new website?http://www.fawnridge.com/ricky

>
> Search the group for "SMTPSEND"
>
> This is a fully Pick based little email program that my boss found and
> I tweaked for our purposes.
>
> With a little thought, (I had some at one point) I was able to send
> mail with an HTML attachment. I had to do some research on how to
> make a mail message see an attachment. In the end it wasn't hard.
> The toughest part for me was finding the information.
>
> Other methods is to write the file from Pick into a known file on the
> Linux side and then use Linux's metasend.
>
> A caveat here!!! With the latest licensing scheme from RD/TD or
> whatever they are calling themselves, the first option will consume a
> licensed seat when sending the mail.
>
> hth
> Dale
>



Reply With Quote
  #5  
Old 08-09-2008, 04:29 PM
Default Re: Sending e-mail from D3 through the Linux server

I have a simple D3 subroutine that creates a Mutt command line and
then executes it. It worked using RH6.2\D37.2 and works with
RHEL5\D37.5.
Steve
Reply With Quote
  #6  
Old 08-09-2008, 04:57 PM
Default Re: Sending e-mail from D3 through the Linux server

Steve - That sounds like what I'm looking for. Can you e-mail me the source
as a .txt file, please?
rickyg at fawnridge dot com

Thanks.

--
Ricky Ginsburg

Have you seen Ricky's new website?
http://www.fawnridge.com/ricky
"Rookie" wrote in message
news:ce212904-f58f-4061-97b5-8bb22f12310a-at-c65g2000hsa.googlegroups.com...
>I have a simple D3 subroutine that creates a Mutt command line and
> then executes it. It worked using RH6.2\D37.2 and works with
> RHEL5\D37.5.
> Steve



Reply With Quote
  #7  
Old 08-11-2008, 11:29 AM
Default Re: Sending e-mail from D3 through the Linux server

On Aug 8, 7:04*pm, "Ricky Ginsburg" wrote:
> Glen - Are you familiar with how Blat works? I create a temp file in HTML
> and then execute Blat from within D3 to e-mail the file I've created. Is
> what you've described a similar solution?
>
> --
> Ricky Ginsburg
>

I have used mutt in linux in exactly the manner your describe for
Blat.
Art
Reply With Quote
  #8  
Old 08-11-2008, 11:38 AM
Default Re: Sending e-mail from D3 through the Linux server

Art - I've got that figured out. My problem is getting it to work.
Apparently there's a problem with sendmail.mc where it's not finding a path
to send e-mail to my ISP.

--
Ricky Ginsburg

Have you seen Ricky's new website?
http://www.fawnridge.com/ricky
"Art" wrote in message
news:5dd1f6d1-b4f7-4d15-8077-91e5c3af5a85-at-z72g2000hsb.googlegroups.com...
On Aug 8, 7:04 pm, "Ricky Ginsburg" wrote:
> Glen - Are you familiar with how Blat works? I create a temp file in HTML
> and then execute Blat from within D3 to e-mail the file I've created. Is
> what you've described a similar solution?
>
> --
> Ricky Ginsburg
>

I have used mutt in linux in exactly the manner your describe for
Blat.
Art


Reply With Quote
  #9  
Old 08-11-2008, 11:49 PM
Default Re: Sending e-mail from D3 through the Linux server

Ricky,

I will forward a routine I have used in D3 for a long time to send
using sendmail (rather than mutt). I am not sure it is original by
me, or I would publish it here.

It handles both plain-text and html with/without attachments. (using
the linux mpack command for attachments)

HTH,

Robert


On Aug 11, 10:38 am, "Ricky Ginsburg" wrote:
> Art - I've got that figured out. My problem is getting it to work.
> Apparently there's a problem with sendmail.mc where it's not finding a path
> to send e-mail to my ISP.
>
> --
> Ricky Ginsburg
>
> Have you seen Ricky's new website?http://www.fawnridge.com/ricky"Art" wrote in message
>
> news:5dd1f6d1-b4f7-4d15-8077-91e5c3af5a85-at-z72g2000hsb.googlegroups.com...
> On Aug 8, 7:04 pm, "Ricky Ginsburg" wrote:> Glen - Are you familiar with how Blat works? I create a temp file in HTML
> > and then execute Blat from within D3 to e-mail the file I've created. Is
> > what you've described a similar solution?

>
> > --
> > Ricky Ginsburg

>
> I have used mutt in linux in exactly the manner your describe for
> Blat.
> Art

Reply With Quote
  #10  
Old 08-12-2008, 07:37 AM
Default Re: Sending e-mail from D3 through the Linux server

Thanks Robert. I'll let you know when I get it.

--
Ricky Ginsburg

Have you seen Ricky's new website?
http://www.fawnridge.com/ricky
"uiterwyk" wrote in message
news:8ee2b8b5-9d8e-4bb1-a78d-b1ae526bc2a3-at-c58g2000hsc.googlegroups.com...
> Ricky,
>
> I will forward a routine I have used in D3 for a long time to send
> using sendmail (rather than mutt). I am not sure it is original by
> me, or I would publish it here.
>
> It handles both plain-text and html with/without attachments. (using
> the linux mpack command for attachments)
>
> HTH,
>
> Robert
>
>
> On Aug 11, 10:38 am, "Ricky Ginsburg" wrote:
>> Art - I've got that figured out. My problem is getting it to work.
>> Apparently there's a problem with sendmail.mc where it's not finding a
>> path
>> to send e-mail to my ISP.
>>
>> --
>> Ricky Ginsburg
>>
>> Have you seen Ricky's new website?http://www.fawnridge.com/ricky"Art"
>> wrote in message
>>
>> news:5dd1f6d1-b4f7-4d15-8077-91e5c3af5a85-at-z72g2000hsb.googlegroups.com...
>> On Aug 8, 7:04 pm, "Ricky Ginsburg" wrote:> Glen -
>> Are you familiar with how Blat works? I create a temp file in HTML
>> > and then execute Blat from within D3 to e-mail the file I've created.
>> > Is
>> > what you've described a similar solution?

>>
>> > --
>> > Ricky Ginsburg

>>
>> I have used mutt in linux in exactly the manner your describe for
>> Blat.
>> Art



Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 09:52 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by bbpixel2008 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.