Author |
|
Clovis Newbie
Joined: 03 January 2006
Online Status: Offline Posts: 19
|
Posted: 03 April 2008 at 1:55am | IP Logged
|
|
|
Hi!
I would like to know how I can send emails through gmail account?
Here are Gmail's MX :
ALT1.ASPMX.L.GOOGLE.COM
ALT2.ASPMX.L.GOOGLE.COM
ASPMX2.GOOGLEMAIL.COM
ASPMX3.GOOGLEMAIL.COM
ASPMX4.GOOGLEMAIL.COM
ASPMX5.GOOGLEMAIL.COM
Do I need authentication and SSL ?
Thanks
|
Back to Top |
|
|
Clovis Newbie
Joined: 03 January 2006
Online Status: Offline Posts: 19
|
Posted: 03 April 2008 at 1:56am | IP Logged
|
|
|
The first MX is ASPMX.L.GOOGLE.COM. Is this the MX I have to use to send emails ?
|
Back to Top |
|
|
Clovis Newbie
Joined: 03 January 2006
Online Status: Offline Posts: 19
|
Posted: 03 April 2008 at 2:13am | IP Logged
|
|
|
Sorry for multiple posts but I can't edit my first one. This thread concerns ASP only and should be moved to the right section. Sorry again.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 03 April 2008 at 3:14am | IP Logged
|
|
|
To send mails through Gmail SMTP, you should use smtp.gmail.com, port 465 (dedicated SSL port).
Gmail doesn't allow non-secure connections, so your application must establish SSL connections. It also has to authenticate itself to send messages outside of gmail.com domain.
This sample shows how to enable SSL in MailBee Objects, but to connect to the dedicated SSL SMTP port, you should use Mailer.SSL.UseStartTLS = False.
With regard to licensing MailBee SSL/SMIME Plugin, we'll contact you via e-mail.
Best regards,
Andrew
|
Back to Top |
|
|
Clovis Newbie
Joined: 03 January 2006
Online Status: Offline Posts: 19
|
Posted: 03 April 2008 at 3:40am | IP Logged
|
|
|
Andrew wrote:
With regard to licensing MailBee SSL/SMIME Plugin, we'll contact you via e-mail. |
|
|
Thanks Andrew. Feel free to contact me.
|
Back to Top |
|
|