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
I need a mail server to send emails from my java applciation can I use gmail smtp server to send emails other than from and to address toher than gmail ?
Please advice and is there any limitations?
Andrzej Adam Filip
unread,
May 16, 2012, 5:37:53 AM5/16/12
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
BTW
Sending "from" gmail addresses should be done via smtp.gmail.com ("A" DNS records) _with SMTP authentication_ (also to gmail addresses)
Sending "to" gmail addresses should be done via gmail.com ("MX" DNS records) and does not require authentication.
"A":smtp.gmail.com and "MX":gmail.com resolve to _different_ hosts
(when I wrote the post).