[REBOL] Re: Sending Gmail through Rebol
From: sabufrancis::rediffmail::com at: 18-Sep-2008 14:03
Alan
The contents of smtpconfig.txt is given below. (Copy from ;;;;; Start to
;;;;; End into a text editor and save it separately as smtpconfig.txt)
In my first email it was garbled because I had sent that email using
HTML. Hopefully you should get the corrected one now:
;;;;;;;;;;;;;;;;;;;Start
; SMTP configuration for Gmail
output = SMTPgmail.log
taskbar = yes
cert = stunnel.pem
client = yes
[smtps]
protocol = smtp
accept = 192.168.2.25:8025 <http://192.168.2.25:8025>
connect = smtp.gmail.com:587 <http://smtp.gmail.com:587>
;;;;;;;;;;;;;;;;;;;End
Regards
Sabu Francis