Domain missing or malformed

Domain missing or malformed SearchSearch
Author Message
maxlim
Posted on Wednesday, November 26, 2008 - 04:32 pm:   

i make a 2way sms, * to mailto:email@email.com

problem i have is, my provider will send me a sms with a predefined contact name PROVID@SING with the @ sign in the contact, i cannot mailto:2email@email.com


i opened MMSCDEBUG.LOG, i see
ThreadRouteSMTPout: MAIL FROM:<PROVID@@email.com>
SendCommand: MAIL FROM:<PROVID@@email.com>
ThreadRouteSMTPOut: 501 <PROVID@@email.com>: Domain missing or malform

is there a way i can change the contact name without the @ sign or a way to remove that @ sign. i need make this work. thanks
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 265
Registered: 08-2008
Posted on Wednesday, November 26, 2008 - 05:03 pm:   

Hi,

I need to understand this better.

Are you saying that the "From" address of the SMS that comes from your provider is "PROVID@SING"?

It looks like somehow this is becoming "PROVID@" instead. Are you receiving the message via a GSM modem?

I suppose we could make an update to truncate at the "@" character, so the "From:" address could be valid. I don't see any way to do this other than updating NowSMS.

I will confer with our engineering team.

--
Des
NowSMS Support
maxlim
New member
Username: Maxlim

Post Number: 2
Registered: 09-2008
Posted on Wednesday, November 26, 2008 - 10:34 pm:   

yea. do an update :-)

some providers make their name as PROVID@SING

then the mailto will have a problem.

yes GSM modem :-)
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 267
Registered: 08-2008
Posted on Thursday, November 27, 2008 - 03:05 pm:   

Try http://www.nowsms.com/download/nowsms20081127.zip

This update should truncate at the "@" when building the SMTP From address.