Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
golang-nuts
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
how to use smtp package
834 views
Skip to first unread message
土星五号
unread,
Dec 25, 2010, 9:53:15 AM
12/25/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
can anyone give me a example?
woo
unread,
Dec 26, 2010, 8:49:02 PM
12/26/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 土星五号, golang-nuts
sub := "Subject: Test\r\n\r\n"
content := "content"
smtp.SendMail("
smtp.gmail.com:587
",smtp.PlainAuth("", "
aa...@gmail.com
", "password", "
smtp.gmail.com
"), "
aa...@gmail.com
", []string{"
re...@gmail.com
"},[]byte(sub + content))
liuaifu
unread,
Dec 27, 2010, 6:40:55 AM
12/27/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to woo, golang-nuts
Thank you, i have test it and successful.
saturnfive
Guilherme Lino
unread,
Dec 12, 2012, 3:22:04 PM
12/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
tanks
Reply all
Reply to author
Forward
0 new messages