SDConfig / Email / Smtp Auth ?
Guys,
Searched all over PPCGeeks and XDA, and cannot figure out how to do this...
I use a different POP and SMTP server for mail. I got the config to work correctly, but need to know how to designate a separate username and password for the POP as well as for the SMTP. What would the parameter be to uncheck the option to use the same user name and password for the SMTP and specify the username and pass?
This is what I have now:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{05250a7a-21ff-4119-a4a5-046cfe884082}">
<parm name="SERVICENAME" value="mydomain.com" />
<parm name="SERVICETYPE" value="POP3" />
<parm name="INSERVER" value="pop.mydomain.com" />
<parm name="OUTSERVER" value="smtp.mysmtpserver.net" />
<parm name="AUTHREQUIRED" value="1"/>
<parm name="NAME" value="myname" />
<parm name="AUTHNAME" value="myemail@mydomain.com" />
<parm name="AUTHSECRET" value="mypassword" />
<parm name="REPLYADDR" value="myemail@mydomain.com" />
<parm name="LINGER" value="30" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="7" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="FORMAT" value="2" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Any ideas or help would be truly appreciated!
|