Mailing list with attachment.. is it possible?
Hi,
I should install a mailing system with an attachment file option. I need to send on a weekly basis a .pdf file to the subscribers. Any suggestion?!?
Thanks
Hi,
I should install a mailing system with an attachment file option. I need to send on a weekly basis a .pdf file to the subscribers. Any suggestion?!?
Thanks
Grandmaster posted this at 21:32 — 1st August 2000.
They have: 677 posts
Joined: Mar 1999
Well, if you need to send a pdf file, install the attachment software. But make it so people that dont have acrobat and make it so they dont get the attachment, or maybe they can get it in html format...
----------------
Ken Prescott
http://www.21studios.com
Ken Prescott
fairhousing posted this at 03:25 — 3rd August 2000.
They have: 1,587 posts
Joined: Mar 1999
i don't know if there's a way to do an attachment with sendmail thru cgi.
anybody?
merlin posted this at 12:18 — 3rd August 2000.
They have: 410 posts
Joined: Oct 1999
i'm not sure if i understand you right: it's you sending out the mail? or do you mean something like a mailform?
if you're talking 'bout the first one, try this url: http://www.webest.com/minimalist/. i know there is a tool, which can do it (minimalist), but i don't know, whether it's free or not...
richjb posted this at 21:30 — 3rd August 2000.
They have: 193 posts
Joined: Feb 2000
Use the MIME module. Make a file with the below code in it to see if you have the right modules.
#!/usr/bin/perl
BEGIN {
use CGI::Carp qw(fatalsToBrowser);
}
use CGI qw(param header);
print header;
use MIME::Lite;
print "You have the right modules installed.";
If the above code works, tell me and I will tell you how to use the module. If not, contact your host and request that they install module MIME Lite from the CPAN.
If you are not sure how to program, but just want an end product, please say so, and I will see what I can do.
Richard
[email protected]
Everyone here has a website. It's just that not all are worth posting (Mine! ).
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.