Help with Email Fundamentals

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
[email protected]
Posts: 278
Joined: Tue Aug 05, 2008 3:16 pm

Help with Email Fundamentals

Post by [email protected] »

I have a BO called Contracts. On the BO form I have added a TestEmail button that executes the process TestEmail. The process TestEmail looks like this:

EmailChannel.EmailAddress='[email protected]'
SEND ContractRenewalAlert TO EmailChannel

The EmailChannel BO has the following attributes:
EmailAddress

The EmailChannel BO is a Intelligent object with OutGoing Mail Host= set to my mail server 'MAIL01', From address = [email protected], Port=25,
and no Authentication required.

I checked the Tomcat wrapper.log and I see that the process executes without error, but I don't receive any emails. I had mail working in one of my sample applications which I no longer have to reference. I am sure I am just not understanding how to configure things. I have looked at the samples, but they all do something different from a mail prespective.
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Rob,

It seems unusual to set the email address in the very same rule/process that you are using to send the mail.

Have you tried putting the email address into the Edit form and having your process simply send the message?

Tom
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Rob,

I've emailed you a bsv that allows you to test your outgoing email settings.

Tom
Post Reply