KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: karthik on November 12, 2007, 10:26:27 am

Title: Sending mail
Post by: karthik on November 12, 2007, 10:26:27 am
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
Title: Re: Sending mail
Post by: julie on November 12, 2007, 10:36:29 am
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
Title: Re: Sending mail
Post by: karthik on November 12, 2007, 10:41:19 am
Hi Julie,
          Thanx for ur reply.. I've changed my store configuration and i've got mail.

Karthikeyan