Request Email Notify Function (from wiki)

New features you'd like see on SIP Sorcery
Post Reply
MrChris
Posts: 20
Joined: Thu Oct 01, 2009 2:22 am

Request Email Notify Function (from wiki)

Post by MrChris » Tue Jul 27, 2010 11:32 pm

I would like to be able to use a email function kinda like gtalk to notify an email addy in the event that a particular criteria is met. I read on the wiki that there is a email function listed at the link below. It says I need to request it to be added. Can this be done please? Also how can I enable this on my local sipsorcery server?

http://wiki.sipsorcery.com/mw/index.php ... _Functions

Thanks,

MrChris

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Request Email Notify Function (from wiki)

Post by Aaron » Wed Jul 28, 2010 1:55 am

Send the request to admin@sipsorcery.com and include your sipsorcery username.

Add "email" to the authorisedapps column on the customer record.

MrChris
Posts: 20
Joined: Thu Oct 01, 2009 2:22 am

Re: Request Email Notify Function (from wiki)

Post by MrChris » Wed Jul 28, 2010 2:06 am

Thanks! Where do I configure the SMTP server and settings ect..? Does this also apply to gtalk as well?

Thanks again,

MC

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

Re: Request Email Notify Function (from wiki)

Post by jvwelzen » Sun Nov 28, 2010 9:26 am

How to send email using local version

The console say that the email was send but I never received the email in my email box

Thanks in advance

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Request Email Notify Function (from wiki)

Post by Aaron » Sun Nov 28, 2010 9:59 pm

By default IIS is used to send emails so you'll need to have the IIS SMTP service running.

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

Re: Request Email Notify Function (from wiki)

Post by jvwelzen » Mon Nov 29, 2010 8:01 am

Ok thanks I got it working ...

jvwelzen
Posts: 716
Joined: Thu Sep 11, 2008 1:56 pm

Re: Request Email Notify Function (from wiki)

Post by jvwelzen » Tue Nov 30, 2010 7:23 pm

Hi Aaron

One question about the email application

Is it possible to use an alternative smtp server to send out messages ..

Thanks in advance

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Request Email Notify Function (from wiki)

Post by Aaron » Wed Dec 01, 2010 9:11 am

Yes. Add the properties below to the appSettings section in your confiugration file:

<add key="SMTPServer" value=""/>
<add key="SMTPServerPort" value=""/>
<add key="SMTPServerUseSSL" value="False"/>
<add key="SMTPServerUsername" value=""/>
<add key="SMTPServerPassword" value="" />

MrChris
Posts: 20
Joined: Thu Oct 01, 2009 2:22 am

Re: Request Email Notify Function (from wiki)

Post by MrChris » Wed Dec 01, 2010 3:59 pm

Awesome thanks.

Post Reply