[Gambas-user] Send mail using SMTP

Pablo Terradillos tehsis at ...626...
Sun Dec 31 23:09:15 CET 2006


it's still don't working... i got the same error =(
is that modify all i have to do?

anyway... i will keep trying...

thanks you


On 12/30/06, Pablo Terradillos <tehsis at ...626...> wrote:
>
> I will try that this afternoon, thanks very much and sorry for the hurry
> :$
>
> Congratulations for your new house! happy moving
>
> Thanks again!
>
> On 12/30/06, Benoit Minisini <gambas at ...1...> wrote:
> >
> > On Saturday 30 December 2006 02:55, Pablo Terradillos wrote:
> > > have you found something?
> > >
> > > On 12/26/06, Pablo Terradillos <tehsis at ...626...> wrote:
> > > > Ok, i attached the files...
> > > >
> > > > The program is to send message to cell phones... but, only for test,
> > it
> > > > send the message to my e.mail
> > > >
> > > > On 12/26/06, Benoit Minisini < gambas at ...1...> wrote:
> > > > > On Tuesday 26 December 2006 23:55, Pablo Terradillos wrote:
> > > > > > Here you have:
> > > > > >
> > > > > > SmtpClient1.Host = "mail.gigared.com"
> > > > > > SmtpClient1.From = remitente
> > > > > > SmtpClient1.To.Add("tehsis at ...626... ")
> > > > > > SmtpClient1.Add("hola", "text/plain;charset=utf-8") 'CONFLICTO
> > > > > > SmtpClient1.Send()
> > > > > >
> > > > > > Let me know if you want the entire program...
> >
> > Actually the bug was plain stupid. Just specify a name for the
> > attachment as a
> > workaround:
> >
> > SmtpClient1.Add("hola", "text/plain;charset=utf-8", "attachment #1")
> >
> > I will fix that in the svn repository.
> >
> > Regards,
> >
> > --
> > Benoit Minisini
> >
> >
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
>
> --
> Pablo E. Terradillos - Tehsis
> http://tehsis.blogspot.com
> http://softehsis.blogspot.com
>



-- 
Pablo E. Terradillos - Tehsis
http://tehsis.blogspot.com
http://softehsis.blogspot.com



More information about the User mailing list