send email to [email protected] with out creating correspondent

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Sergej
Posts: 218
Joined: Tue Aug 30, 2011 2:24 pm
Location: Russian Federation

send email to [email protected] with out creating correspondent

Post by Sergej »

Is it possible to send email to [email protected] with out creating correspondent?
I mean to reply to incoming email without creating sysytemuser for sender.
I tried to achieve this by that process

Code: Select all

ENTER NEW OutgoingEmail
CREATE OutboundEmail
 OutboundEmail.Attachment1=OutgoingEmail.Attachment1
OutboundEmail.Attachment2=OutgoingEmail.Attachment2
OutboundEmail.Attachment3=OutgoingEmail.Attachment3
SEND OutboundEmail TO OutgoingEmail.SentToAddress
And I got error after sending it:
Internal error. java.lang.String cannot be cast to com.bas.shared.domain.operation.IEntity
AwareIM 5.1a build 1454, Debian 64bit , MySQL
rbross
Posts: 441
Joined: Wed Nov 19, 2014 4:13 am
Location: Coventry, Connecticut USA

Re: send email to [email protected] with out creating corresponde

Post by rbross »

Did you ever find the reason for this error?
I am getting the same one when I try to send email from AwareIM.
Roger Ross
AwareIM 8.7 (build 3025) ~ MS-SQL ~ Windows 10 ~
AwareIM 8.5 (build 2828) ~ MS-SQL ~ Windows 10 ~
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Re: send email to [email protected] with out creating corresponde

Post by tford »

You got an answer to your error message didn't you Roger?

There are two ways to send emails:

1) SEND OutgoingEmailNotification To IntelligentBO

2) SEND OutgoingEmailNotification
where the OutgoingEmailNotification has an email address (or multiple addresses with ; between) in the CC attribute.

Below is a notification where I use option #2. Note that in this case I don't even have to have a CREATE rule before SEND. All of the values are populated by either SystemSettings or with Parent BO which is already in context.
notification.jpg
notification.jpg (83.76 KiB) Viewed 6931 times
Tom - V8.8 build 3137 - MySql / PostGres
yahya
Posts: 77
Joined: Sat Jul 16, 2011 6:00 am
Location: South Africa
Contact:

Re: send email to [email protected] with out creating corresponde

Post by yahya »

Anyone being able to resolve this, as I am also getting the same error?
AwareIM Developer edition. Version 8.5 (Build 2827) running on Windows Server 2012 R2 Standard
Post Reply