Page 1 of 1

Send email from Indigo

PostPosted: Thu Oct 16, 2008 11:38 pm
by pacman
I want to sent an email notification from Indigo. I used iRed2 to send the AppleScript using these guidelines:

send email to -- Send email message

* string -- the email recipient address (use semicolons to separate multiple addresses)
* [with subject string] -- the subject line of the email
* [with body string] -- the body text of the email

I did not get an email. Any tips?

Re: Send email from Indigo

PostPosted: Fri Oct 17, 2008 3:27 am
by matt (support)
Some questions:

What does your AppleScript look like exactly?

Did you set your SMTP email settings in Indigo's preferences dialog?

Does the script report an error?

Does the Event Log window show an error (copy/paste it into a forum post if it does).

Lastly, note some mail servers will not deliver email if the Reply-To/From address in the header (defined in Indigo's prefs dialog) does not match the email address for that account.

Regards,
Matt

Working with email notification

PostPosted: Fri Oct 17, 2008 7:43 am
by pacman
My settings were wrong in IndigoServer mail preferences. Thanks for response.