AspEmail's premium features have expired ?!!!

tedwang

Perch
?( ticket no : 43324

Hi ~
On win7 ......
AspEmail's premium features have expired !!!??

It is incomprehensible that AspEmail's premium features have expired !!!!!!

Persits.MailSender.4 error '800a000e'

AspEmail's premium features have expired. To continue using them, please visit www.aspemail.com to purchase a registration key.

It's a emergency event !!!

Please help us to fix it !!

Best Regards,

Ted
 
AspEMAIL Free Version is supported. Not the Pro version
However, the paid version of ASPMail is available
 
Hi ~ Yash ~ ;(

AspEMAIL Free Version is supported ?

As the following is our aspmail's asp code ...


Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = sSMTP
Mail.Port = 25
Mail.Username = sAcc
Mail.Password = sPwd
Mail.ContentTransferEncoding = "8bit"
Mail.Charset = "utf-8"
Mail.From = "[email protected]"
'Mail.FromName = "i-couple"
Mail.AddAddress getmail, "I-couple's member"
if getmailcc <> "" then
Mail.AddCC getmailcc ' Name is optional
end if

if len(subj) > 3 then
sSubject=subj
else
select case subj
case "sms" 'ROOM(Shot-Message)
sSubject = "You have one message (mobile)"
case "pay"
sSubject = "VIP of you upgrade order finish !!"
end select
end if
Mail.IsHTML = true
Mail.Subject = Mail.EncodeHeader("【I- COUPLE】" & sSubject)
Mail.Body = MailStyle(sBody)
'Mail.AddAttachment sBodytxtPath
Mail.Send


Could you tell us that which function is the paid version of ASPMail supported ?

Thanks for you ~
It's a big trouble for me ,Because the web will be publiched on Wed. this week.


Ted
 
Hi ~ Yash ~ ;(

I had tested both the ASPMAIL and JMAIL com for our solution when I created website initially.

But they still make some charset problem...


Could you tell us that which function is the FREE version of ASPEMail supported ?

Thank you very much for your assistance !!

Ted
 
Back
Top