On Sunday, August 11, 2002, at 02:50 , Bogdan Mihaila wrote:

> Hello,
>
> Thank you for your response.
>
> I have an web mail system. It uses sendmail. But my
> host don't let me to send more than 100 mails daily.
> So I want to send emails without using their sendmail
> program or a SMTP server. Can you help me?
>
> I would want to send html email with pictures inside
> (of course only the links), attachements, BCC, CC ...

you are going to need to connect to someone's SMTP
server to pass traffic directly to them... so you
will still have to connect to someone's SMTP server.

at which point you will need to get into
either the mailtools at the cpan or use the
Net::SMTP suite anyway...


> you do not want to use Net::SMTP or any
> of the standard mailtool code????
>
> if your 'script' is also going to be an SMTP engine
> then why not start from the raw RFC's ?
>
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
>


ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to