PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Titan (http://forum.ppcgeeks.com/forumdisplay.php?f=44)
-   -   Gmail will recieve, but not send with Poutlook and WM 6.1 (http://forum.ppcgeeks.com/showthread.php?t=33619)

scottmail 07-31-2008 07:16 PM

Gmail will recieve, but not send with Poutlook and WM 6.1
 
I am trying to send email from Pocket outlook. It flashes up the error screen that says i need to check my settings, message was not sent. I can recieve email just fine. I am running No2Chems Pre5 Rom on Sprint Network. I have created a new gmail account in Poutlook, with no success. I figured I would ask the pros of phone knowledge.:headbang:

Has anyone else experienced this problem?](*,)

rstoyguy 07-31-2008 07:28 PM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
You need to call sprint and have them set up your outgoing mail server settings and your username and password. When sending, your phone needs sprints info to get the mail message sent.

scottmail 07-31-2008 07:35 PM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
I think it is different than that. I cleared out my gmail inbox on the phone. Then I tried to send a regular text email. It worked. Then I tried to send an attachment. Then it did not work anymore. By the way, I am using gmail as IMAP.

MrObvious 07-31-2008 07:36 PM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
Did you check to enable authentication on outgoing mail?

scottmail 07-31-2008 07:40 PM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
Quote:

Originally Posted by MrObvious (Post 367487)
Did you check to enable authentication on outgoing mail?


Yeah, checked that...

There aren't to many options since it is IMAP. I have another Mogul set up exactly the same and it works fine.:scratch:

rstoyguy 07-31-2008 07:43 PM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
Here are my settings from one of my provxml files I use that sets up one of my gmail accounts....You need to change the SMTP outgoing mailserver information highlighted in the darker blue. Sprints tech support can walk you through it.

Code:


<characteristic type="EMAIL2">
 <characteristic type="{86bcb241-aec1-4800-bd9c-2d5e7ee00005}">
  <parm name="SERVICENAME" value="Gmail - rstoyguy" />
  <parm name="SERVICETYPE" value="IMAP4" />
  <parm name="INSERVER" value="imap.gmail.com" />
  <parm name="OUTSERVER" value="smtp.gmail.com" />
  <parm name="NAME" value="rstoyguy" />
  <parm name="AUTHNAME" value="rstoyguy@gmail.com" />
  <parm name="AUTHSECRET" value="deleted" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="rstoyguy@gmail.com" />
  <parm name="LINGER" value="120" />
  <parm name="RETRIEVE" value="-1" />
  <parm name="KEEPMAX" value="-1" />
  <parm name="DWNDAY" value="-1" />
  <parm name="FORMAT" value="2" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="dmcniel08" />
  <parm name="SMTPALTPASSWORD" value="deleted" />
  <parm name="SMTPALTDOMAIN" value="smtp.sprintpcs.com" />
 </characteristic>
</characteristic>


scottmail 07-31-2008 07:44 PM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
Quote:

Originally Posted by rstoyguy (Post 367496)
Here are my settings from one of my provxml files I use that sets up one of my gmail accounts....You need to change the SMTP outgoing mailserver information highlighted in the darker blue. Sprints tech support can walk you through it.

Code:


<characteristic type="EMAIL2">
 <characteristic type="{86bcb241-aec1-4800-bd9c-2d5e7ee00005}">
  <parm name="SERVICENAME" value="Gmail - rstoyguy" />
  <parm name="SERVICETYPE" value="IMAP4" />
  <parm name="INSERVER" value="imap.gmail.com" />
  <parm name="OUTSERVER" value="smtp.gmail.com" />
  <parm name="NAME" value="rstoyguy" />
  <parm name="AUTHNAME" value="rstoyguy@gmail.com" />
  <parm name="AUTHSECRET" value="deleted" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="rstoyguy@gmail.com" />
  <parm name="LINGER" value="120" />
  <parm name="RETRIEVE" value="-1" />
  <parm name="KEEPMAX" value="-1" />
  <parm name="DWNDAY" value="-1" />
  <parm name="FORMAT" value="2" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="dmcniel08" />
  <parm name="SMTPALTPASSWORD" value="deleted" />
  <parm name="SMTPALTDOMAIN" value="smtp.sprintpcs.com" />
 </characteristic>
</characteristic>


Thanks I will give that a try!!

scottmail 07-31-2008 08:21 PM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
Is that provxml file from the kitchen? I can't find it on the phone.

banzaiwolfe 07-31-2008 10:20 PM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
This is what I'm using, I just successfully sent an email with a file attached.

Code:

<characteristic type="EMAIL2">
 <characteristic type="{b3008120-d08a-40c5-bf38-0c126bd71a47}">
  <parm name="SERVICENAME" value="Gmail" />
  <parm name="SERVICETYPE" value="IMAP4" />
  <parm name="INSERVER" value="imap.gmail.com" />
  <parm name="OUTSERVER" value="smtp.gmail.com" />
  <parm name="NAME" value="Craig" />
  <parm name="AUTHNAME" value="deleted" />
  <parm name="AUTHSECRET" value="deleted" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="deleted" />
  <parm name="LINGER" value="15" />
  <parm name="RETRIEVE" value="-1" />
  <parm name="KEEPMAX" value="-1" />
  <parm name="DWNDAY" value="3" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="0" />
  <characteristic type="TAGPROPS">
    <parm name="8128000B" value="1"/>
    <parm name="812C000B" value="1"/>
  </characteristic>

 </characteristic>
</characteristic>


scottmail 08-01-2008 01:23 AM

Re: Gmail will recieve, but not send with Poutlook and WM 6.1
 
Thanks everyone. works great now.


All times are GMT -4. The time now is 01:18 PM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0