Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1298

April 4th, 2013 01:00

Mail Notification Adapter Customization

Hello!

I want to do Smarts integration with e-mail-sms gateway, so notifications from Smarts will be send as e-mail messages. I have two questions.

First, can I tell mail notification adapter to send e-mails to the specific port of the smtp-server? It is non-standard.

Second, how can I specify user and password for the smtp-server autorization?

5 Practitioner

 • 

274.2K Posts

April 5th, 2013 05:00

Hi There,

To answer your questions.  Yes you can configure the mail notification adapter to send e-mails to the specific port on the snmtp-server.  In the mail notifier configuration file, set the "MailServer" attribute as : , where host can be the hostname or ip address.  Enclose the host part within square brackets if you are specifying an IPv6 literal address. Example: [::1]:1234

In regards to specifying a user and password, this can't be done.  The notifier is only capable of unauthenticated SMTP, the mail server has to support unauthenticated SMTP for this to work.

Thanks,

JT

12 Posts

April 5th, 2013 06:00

Thank you, John! I will look at script notification adapter and ssmtp utility to authenticate on mail server.

--

Aleksey

No Events found!

Top