User Name
Password

Go Back   Planetarion Forums > Non Planetarion Discussions > Programming and Discussion
Register FAQ Members List Calendar Arcade Today's Posts

Reply
Thread Tools Display Modes
Unread 11 Jul 2004, 00:01   #1
Mong
Forever Delayed
 
Join Date: Sep 2000
Location: www.netgamers.org
Posts: 1,475
Mong is on a distinguished road
Windows Email HTML client needed...

Hi,

I need an email client for Win2k which allows you to compose HTML mail AND allows you to view/edit the source (because I need to import an HTML file as the message body).

I've tried Outlook and Eudora and neither does it right. Outlook Express DOES let you do the above, but somehow limits the size of the mail (chops off some of the source).

Urgently need some pointers!!

(yes, yes, I'm usually against HTML emails, but this is a special case)

Cheers,

M.
__________________
Firefly Oper and General l4m3r - "I Do Stuff"

O2 Rip-off campaign

<vampy> plus i hate people ... i despise humanity as a whole

pablissimo "I'm still geting over the fact you just posted a pic of your own vomit"

Last edited by Mong; 11 Jul 2004 at 00:20. Reason: Omitted comment
Mong is offline   Reply With Quote
Unread 12 Jul 2004, 19:12   #2
Mong
Forever Delayed
 
Join Date: Sep 2000
Location: www.netgamers.org
Posts: 1,475
Mong is on a distinguished road
Re: Windows Email HTML client needed...

If you want to compose an HTML in an external editor, and then drop it into a
mailer, you should use NS7.02

Later NS mailers (and Thunderbird, etc) make all the images into attachments,
rather than just linking to them (the images are hosted on a local server).

The only problem with NS7.02 is that it rewrites some of the code. Nothing too
drastic, but enough to mess up the layout a little.

I was thinking of writing a little app in PHP where you can paste in the HTML,
select who to send it to, and voila! But that would be my very last resort.

So, anybody ever used an HTML mailer that doesn't add everything as an
attachment, and doesn't rewrite your code? You'd think it wouldn't be too much
to ask!

M.
__________________
Firefly Oper and General l4m3r - "I Do Stuff"

O2 Rip-off campaign

<vampy> plus i hate people ... i despise humanity as a whole

pablissimo "I'm still geting over the fact you just posted a pic of your own vomit"
Mong is offline   Reply With Quote
Unread 12 Jul 2004, 22:18   #3
Karmulian
Get Stuffed
 
Karmulian's Avatar
 
Join Date: Jun 2000
Location: Cheltenham, England
Posts: 647
Karmulian is on a distinguished road
Re: Windows Email HTML client needed...

as much as silly suggestion it is.. you could create the document in word edit the source therein and use r the email option

alternatively yes just write you own.. only takes 2 minutes
__________________
___________________________________
I used to work for PA.. and all i got was this shit avatar
___________________________________
Karmulian is offline   Reply With Quote
Unread 13 Jul 2004, 10:19   #4
sayonara
Shai Halud
 
sayonara's Avatar
 
Join Date: Aug 2001
Location: Sunny Leeds \o/
Posts: 2,127
sayonara is just really nicesayonara is just really nicesayonara is just really nicesayonara is just really nicesayonara is just really nice
Re: Windows Email HTML client needed...

I just wrote my own.

Faster, and it does what I want.
__________________
meow
sayonara is offline   Reply With Quote
Unread 14 Jul 2004, 19:00   #5
Mong
Forever Delayed
 
Join Date: Sep 2000
Location: www.netgamers.org
Posts: 1,475
Mong is on a distinguished road
Re: Windows Email HTML client needed...

Quote:
Originally Posted by sayonara
I just wrote my own.

Faster, and it does what I want.
Wanna give me a copy mate, save me the time?

Please!
__________________
Firefly Oper and General l4m3r - "I Do Stuff"

O2 Rip-off campaign

<vampy> plus i hate people ... i despise humanity as a whole

pablissimo "I'm still geting over the fact you just posted a pic of your own vomit"
Mong is offline   Reply With Quote
Unread 15 Jul 2004, 00:14   #6
sayonara
Shai Halud
 
sayonara's Avatar
 
Join Date: Aug 2001
Location: Sunny Leeds \o/
Posts: 2,127
sayonara is just really nicesayonara is just really nicesayonara is just really nicesayonara is just really nicesayonara is just really nice
Re: Windows Email HTML client needed...

Quote:
Originally Posted by Mong
Wanna give me a copy mate, save me the time?
Please!
What do you want it to do?

Take e-mail address, subject, current date, priority flag and an html body as input, and rattle off the mail? Or do pretty much the same thing, but sending to all addresses in a db table?
__________________
meow

Last edited by sayonara; 15 Jul 2004 at 00:26. Reason: you'll never know, ahhhh ha ha ha ha haaaaaaaa
sayonara is offline   Reply With Quote
Unread 17 Jul 2004, 11:07   #7
TheShadowMan
Choice of Whacker sir?
 
TheShadowMan's Avatar
 
Join Date: May 2001
Location: Ireland
Posts: 679
TheShadowMan has much to be proud ofTheShadowMan has much to be proud ofTheShadowMan has much to be proud ofTheShadowMan has much to be proud ofTheShadowMan has much to be proud ofTheShadowMan has much to be proud ofTheShadowMan has much to be proud ofTheShadowMan has much to be proud ofTheShadowMan has much to be proud ofTheShadowMan has much to be proud of
Re: Windows Email HTML client needed...

why dont u just use opera mail
__________________
* thanos sets mode: -brain The_Shadow_Man
TheShadowMan is offline   Reply With Quote
Unread 20 Jul 2004, 14:46   #8
Mong
Forever Delayed
 
Join Date: Sep 2000
Location: www.netgamers.org
Posts: 1,475
Mong is on a distinguished road
Re: Windows Email HTML client needed...

Quote:
Originally Posted by TheShadowMan
why dont u just use opera mail
Because it doesn't do what I want it to do?

Why don't you read the question?
__________________
Firefly Oper and General l4m3r - "I Do Stuff"

O2 Rip-off campaign

<vampy> plus i hate people ... i despise humanity as a whole

pablissimo "I'm still geting over the fact you just posted a pic of your own vomit"
Mong is offline   Reply With Quote
Unread 20 Jul 2004, 14:47   #9
Mong
Forever Delayed
 
Join Date: Sep 2000
Location: www.netgamers.org
Posts: 1,475
Mong is on a distinguished road
Re: Windows Email HTML client needed...

Quote:
Originally Posted by sayonara
What do you want it to do?

Take e-mail address, subject, current date, priority flag and an html body as input, and rattle off the mail? Or do pretty much the same thing, but sending to all addresses in a db table?
The former to start with, I can easily tie it in later with my table of subscribers... cheers!
__________________
Firefly Oper and General l4m3r - "I Do Stuff"

O2 Rip-off campaign

<vampy> plus i hate people ... i despise humanity as a whole

pablissimo "I'm still geting over the fact you just posted a pic of your own vomit"
Mong is offline   Reply With Quote
Unread 20 Jul 2004, 16:30   #10
sayonara
Shai Halud
 
sayonara's Avatar
 
Join Date: Aug 2001
Location: Sunny Leeds \o/
Posts: 2,127
sayonara is just really nicesayonara is just really nicesayonara is just really nicesayonara is just really nicesayonara is just really nice
Re: Windows Email HTML client needed...

Orkey dorkey.

I'll throw in the sexeh "check that MX records exist for the alleged e-mail domain before invoking the mail() function" thing too.

I'll do it when I get home from work (about an hour).
__________________
meow
sayonara is offline   Reply With Quote
Unread 20 Jul 2004, 23:57   #11
sayonara
Shai Halud
 
sayonara's Avatar
 
Join Date: Aug 2001
Location: Sunny Leeds \o/
Posts: 2,127
sayonara is just really nicesayonara is just really nicesayonara is just really nicesayonara is just really nicesayonara is just really nice
Re: Windows Email HTML client needed...

If only Mong had not disabled emails via forum, or had some kind of linkage on his profile, he could be using the v1.0 release of MongMail by now.
__________________
meow
sayonara is offline   Reply With Quote
Unread 22 Jul 2004, 11:47   #12
CjC
Throwing Shapes
 
CjC's Avatar
 
Join Date: Apr 2000
Posts: 797
CjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant futureCjC has a brilliant future
Re: Windows Email HTML client needed...

Personally I use CDO within vbscripts to do the job.

You can also create an outlook custom form with code which invokes inserting the html into the message body on send - if it is only one off messages - this said presumably you'd send to a distribution list of subscribers.
__________________
Time is an Illusion, Lunchtime doubly so.
CjC is offline   Reply With Quote
Reply



Forum Jump


All times are GMT +1. The time now is 04:19.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2018