• Welcome to KonaKart Community Forum. Please login or sign up.
 

Sending mail

Started by karthik, November 12, 2007, 10:26:27 am

Previous topic - Next topic

karthik

Hi,
      I've got d following error while i try to send mail to Customer(i.e my mail id) after confirming the order.
Can any one help me to solve dis error........

ERROR MESSAGES:

com.konakart.app.KKException: Error sending email: Sending failed;
  nested exception is:
        javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
        javax.mail.SendFailedException: 553 sorry, sender mail address must corr
espond to local mail domain (#5.7.1)

        at com.konakart.bl.EmailMgr.send(EmailMgr.java:482)
        at com.konakart.bl.EmailSender.run(EmailSender.java:42)
        at java.lang.Thread.run(Unknown Source)
com.konakart.app.KKException: Error sending email: Sending failed;
  nested exception is:
        javax.mail.MessagingException: 554 Sorry, this message appears to be spa
m (#5.6.0)

        at com.konakart.bl.EmailMgr.send(EmailMgr.java:482)
        at com.konakart.bl.EmailSender.run(EmailSender.java:42)
        at java.lang.Thread.run(Unknown Source)

Thanks,
Karthik

julie

Hi Karthik,

I think that you need to change the email - sender value. You can do this in the Admin App under Configuration>>Store Configuration.

Regards,

Julie

karthik

Hi Julie,
          Thanx for ur reply.. I've changed my store configuration and i've got mail.

Karthikeyan