|
||||
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.
__________________
If this post was helpfull, let me know by clicking Thanks!
|
This post has been thanked 1 times. |
|
||||
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.
|
|
||||
Re: Gmail will recieve, but not send with Poutlook and WM 6.1
Did you check to enable authentication on outgoing mail?
|
This post has been thanked 1 times. |
|
||||
Re: Gmail will recieve, but not send with Poutlook and WM 6.1
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. |
|
||||
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> |
This post has been thanked 1 times. |
|
||||
Re: Gmail will recieve, but not send with Poutlook and WM 6.1
Quote:
|
|
||||
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.
|
|
||||
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> |
This post has been thanked 1 times. |
|
|
|