1. Euphoria and email generation
- Posted by Chris Saik <csaik2002 at yahoo.com> Mar 07, 2003
- 544 views
I am looking into the possibility of using Euphoria to generate and send emails through any mail client. Is this possible? Any ideas on what I need to learn in order to accomplish this? All suggestions are appreciated. Thanks, Chris
2. Re: Euphoria and email generation
- Posted by gertie at visionsix.com Mar 07, 2003
- 530 views
On 7 Mar 2003, at 8:51, Chris Saik wrote: > > I am looking into the possibility of using Euphoria to > generate and send emails through any mail client. Is > this possible? Any ideas on what I need to learn in > order to accomplish this? All suggestions are > appreciated. "through any mail client" ? I don't know of any email clients that support that. You may be able to drop finished email into a Send folder of the client, which *might* get picked up when you open the client. Rather than fiddle with the existing client, why not have Eu send it by itself? Look in the archives for POP3 and SMTP , pretty much any programming language can handle simple email. Kat
3. Re: Euphoria and email generation
- Posted by Greg Haberek <g.haberek at comcast.net> Mar 07, 2003
- 526 views
Check out Email.exw in \Euphoria\Demo\Win32 it sends a mail through mapi32.dll which is used by Outlook. I'm actually working on using it with Peter Blue's web server (in the archive) to send an automated 'thank you' mail to people who send me email through an 'EGI' script You don't have to learn much, although I'm sure you could use Rob's code in Email.exw to build some a function called like 'SendMail' or whatever you'd like. ~Greg g.haberek at comcast.net ----- Original Message ----- From: Chris Saik <csaik2002 at yahoo.com> To: EUforum <EUforum at topica.com> Sent: Friday, March 07, 2003 11:51 AM Subject: Euphoria and email generation I am looking into the possibility of using Euphoria to generate and send emails through any mail client. Is this possible? Any ideas on what I need to learn in order to accomplish this? All suggestions are appreciated. Thanks, Chris TOPICA - Start your own email discussion group. FREE!
4. Re: Euphoria and email generation
- Posted by Chris Saik <csaik2002 at yahoo.com> Mar 07, 2003
- 523 views
Thanks Greg and Kat for your suggestions. I'll check em out. Chris --- Greg Haberek <g.haberek at comcast.net> wrote: > > Check out Email.exw in \Euphoria\Demo\Win32 it sends > a mail through mapi32.dll which is used by > Outlook. > I'm actually working on using it with Peter Blue's > web server (in the archive) to send an > automated 'thank you' mail to people who send me > email through an 'EGI' script > > You don't have to learn much, although I'm sure you > could use Rob's code in Email.exw to build > some a function called like 'SendMail' or whatever > you'd like. > > ~Greg > g.haberek at comcast.net > > > ----- Original Message ----- > From: Chris Saik <csaik2002 at yahoo.com> > To: EUforum <EUforum at topica.com> > Sent: Friday, March 07, 2003 11:51 AM > Subject: Euphoria and email generation > > > I am looking into the possibility of using Euphoria > to > generate and send emails through any mail client. Is > this possible? Any ideas on what I need to learn in > order to accomplish this? All suggestions are > appreciated. > > Thanks, > > Chris > > > TOPICA - Start your own email discussion group. > FREE! > > > > > TOPICA - Start your own email discussion group. > FREE! > > >