Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 05-23-2007, 05:28 AM Jmail & Gmail
Experienced Talker

Posts: 47
Name: Tufan
Trades: 0
Hi. I am using gmail to host my email addresses. (not using web site, host only email host) Well there is no problem with Gmail. But I cant sending e-mail using Jmail.Message component. Cause "mail.rockdays.net" redirected to Gmail servers. So that i have tried to many codes to connect mail.rockdays.net, but nothing changed.

The message was undeliverable. All servers failed to receive the message


I have use port 465, socket 995 and many things.. But still i cant sending emails with Jmail.Message. Could you help me please?
__________________

Please login or register to view this content. Registration is FREE
The best Turkish rock music web site on the net! Also there is a good
Please login or register to view this content. Registration is FREE
for your web site.
rockdays is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-23-2007, 06:33 AM Re: Jmail & Gmail
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
If I remember well, you need to use a TLS mechanism, which means that your login infos to the smtp server must be encrypted via a ssl connection.
Don't ask me how to do that, I have no idea, sorry...

You may have to connect to a special port too. Look what I've found here:
http://forum.java.sun.com/thread.jsp...sageID=4130706
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 05-23-2007, 08:18 AM Re: Jmail & Gmail
Experienced Talker

Posts: 47
Name: Tufan
Trades: 0
Quote:
Originally Posted by tripy View Post
If I remember well, you need to use a TLS mechanism, which means that your login infos to the smtp server must be encrypted via a ssl connection.
Don't ask me how to do that, I have no idea, sorry...

You may have to connect to a special port too. Look what I've found here:
http://forum.java.sun.com/thread.jsp...sageID=4130706

Thanks for your message. I did many searches but didnt find anything related ASP. It's ok some codes for Asp.net. I need it in Asp. I researched the dimac's web site but there isnt any code about SSL connections..
__________________

Please login or register to view this content. Registration is FREE
The best Turkish rock music web site on the net! Also there is a good
Please login or register to view this content. Registration is FREE
for your web site.
rockdays is offline
Reply With Quote
View Public Profile
 
Old 05-24-2007, 12:13 PM Re: Jmail & Gmail
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Use CDOSYS

http://www.w3schools.com/asp/asp_send_email.asp

http://www.aspdev.org/articles/asp-cdosys/
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-27-2007, 07:47 AM Re: Jmail & Gmail
Experienced Talker

Posts: 47
Name: Tufan
Trades: 0


Thanks, i know CDOSYS component but could you please explain me how can i use it with gmail e-mail hosting service? ( port and the other settings?) smtp port is 465 on Gmail.
__________________

Please login or register to view this content. Registration is FREE
The best Turkish rock music web site on the net! Also there is a good
Please login or register to view this content. Registration is FREE
for your web site.
rockdays is offline
Reply With Quote
View Public Profile
 
Old 05-28-2007, 09:03 AM Re: Jmail & Gmail
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
You won't be running CDOSYS on the gmail servers, it will be running on your webhost servers.

To redirect mail through a third party server you set the smtpserver and the smptserverport to suit the third party configuration
You may need to provide a username and password to the server as well
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-28-2007, 09:25 AM Re: Jmail & Gmail
Experienced Talker

Posts: 47
Name: Tufan
Trades: 0
Quote:
Originally Posted by chrishirst View Post
You won't be running CDOSYS on the gmail servers, it will be running on your webhost servers.

To redirect mail through a third party server you set the smtpserver and the smptserverport to suit the third party configuration
You may need to provide a username and password to the server as well

But i dont want to redirect my email hosting. The main problem is this.. Using an e-mail component with Gmail servers. Isnt there any way?
__________________

Please login or register to view this content. Registration is FREE
The best Turkish rock music web site on the net! Also there is a good
Please login or register to view this content. Registration is FREE
for your web site.
rockdays is offline
Reply With Quote
View Public Profile
 
Old 05-28-2007, 10:34 AM Re: Jmail & Gmail
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
But you have already redirected your mail hosting to Gmail servers

What it appears you are doing is attempting to send mail from your website via gmail servers (where your mail is redirected to)

You cannot use a component on Gmail servers (assuming they even have any installed)
So you have to use a component on your website server that relays mail via the servers you use for email.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-29-2007, 04:14 AM Re: Jmail & Gmail
Experienced Talker

Posts: 47
Name: Tufan
Trades: 0
Quote:
Originally Posted by chrishirst View Post
But you have already redirected your mail hosting to Gmail servers

What it appears you are doing is attempting to send mail from your website via gmail servers (where your mail is redirected to)

You cannot use a component on Gmail servers (assuming they even have any installed)
So you have to use a component on your website server that relays mail via the servers you use for email.

Chris,

Of course the component is working in my hosting services, not in Gmail. But you know that some components need a mail server / domain to work. ( some components not need but those are not useful) In my e-mail component which domain will i use? Using a diffrent domain which is completely hosting out of Gmail servers will solve the problem, i know. But i am trying to learn if it possible to send e-mail from a domain which is hosting by Gmail. And i learned that isnt possible.
__________________

Please login or register to view this content. Registration is FREE
The best Turkish rock music web site on the net! Also there is a good
Please login or register to view this content. Registration is FREE
for your web site.
rockdays is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Jmail & Gmail
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.43664 seconds with 12 queries