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
some one can tell me, why sending an email usign Gomail is spam email
Thanks
Rick
unread,
Mar 15, 2022, 7:12:43 PM3/15/22
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
An email is designated as Spam by a heuristic. The heuristic takes into account the name of the server where email is originating, properties of the subject and contents and sender. It's unrelated to the use of Gomail or any other sending library.
Anderson Queiroz
unread,
Mar 16, 2022, 6:12:27 AM3/16/22
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
It could also be your SMTP server, are you able to send the same email, and not having it marked as span, through another client?