Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




I cant Send Emails

web-app

Im fighting with this problem long time ago:

 

Se ha anulado una conexión establecida por el software en su equipo host 25/06/2007 11:55:19 SOURCE: System TARGETSITE: Void DoConnect(System.Net.EndPoint, System.Net.SocketAddress) STACKTRACE: en System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) en System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) en System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) Inner Exception No es posible conectar con el servidor remoto 25/06/2007 11:55:19 SOURCE: System TARGETSITE: System.Net.Sockets.Socket GetConnection(System.Net.PooledStream, System.Object, Boolean, System.Net.IPAddress ByRef, System.Net.Sockets.Socket ByRef, System.Net.Sockets.Socket ByRef, Int32) STACKTRACE: en System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) en System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) en System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) en System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) en System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) en System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) en System.Net.Mail.SmtpClient.GetConnection() en System.Net.Mail.SmtpClient.Send Inner Exception Error al enviar correo. 25/06/2007 11:55:19 SOURCE: System TARGETSITE: Void Send(System.Net.Mail.MailMessage) STACKTRACE: en System.Net.Mail.SmtpClient.Send(MailMessage message) en CounterSoft.Gemini.Business.MailPlugin.SendMail(String smtpServer, String fromEmailAddress, String subject, ArrayList emailList, String body, Boolean bHTML)  

Im not using a comercial license, i need to try the email integration urgently.

My SMTP server requires autentication, and looking in the pdf i need the source code of gemini mail plugin, but in the bin\plugins folder there is no any dll .

 

Please i need urgent help with this

My Development and support areas couldnt start using Gemini and we need it soo much

 

thanxs

AlejoMolina
· 1
AlejoMolina
Replies (15)
helpful
0
not helpful

Did you set the authentication in the SMTP section of the web.config file?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

hI

Yes to basic and then user and password

 

 


AlejoMolina
· 1
AlejoMolina
helpful
0
not helpful

Can you please double check that you have entered the SMTP server IP correctly?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I´ven trying with:

<?xml version="1.0" encoding="utf-8"?>
<GeminiPlugins>
<MailPlugin>
<!-- SMTPServer - specify IP number or machine name -->
<add key="SMTPServer" value="mail.sispos.com"/>
<!-- SMTP authentication values: OFF, BASIC, NTLM. -->
<add key="SMTPAuthentication" value="BASIC"/>
<add key="SMTPUserName" value="amolina@sispos.com"/>
<add key="SMTPPassword" value="xxxxxxx"/>
<!-- Global email alert type on/off settings -->
<add key="IssueCreateAlert" value="true"/>
<add key="IssueUpdateAlert" value="true"/>
<add key="IssueCommentAlert" value="true"/>
<add key="IssueStatusChangeAlert" value="true"/>
<add key="IssueResolutionChangeAlert" value="true"/>
<add key="IssueDeleteAlert" value="true"/>
<add key="IssueAssignedAlert" value="true"/>
<add key="IssueClosedAlert" value="true"/>
<add key="IssueResolvedAlert" value="true"/>
<add key="IssueWatcherAlert" value="true"/>

 

Also trying with the ip for mail.sispos.com

 

<?xml version="1.0" encoding="utf-8"?>
<GeminiPlugins>
<MailPlugin>
<!-- SMTPServer - specify IP number or machine name -->
<add key="SMTPServer" value="67.43.6.235"/>
<!-- SMTP authentication values: OFF, BASIC, NTLM. -->
<add key="SMTPAuthentication" value="BASIC"/>
<add key="SMTPUserName" value="amolina@sispos.com"/>
<add key="SMTPPassword" value="xxxxxxx"/>
<!-- Global email alert type on/off settings -->
<add key="IssueCreateAlert" value="true"/>
<add key="IssueUpdateAlert" value="true"/>
<add key="IssueCommentAlert" value="true"/>
<add key="IssueStatusChangeAlert" value="true"/>
<add key="IssueResolutionChangeAlert" value="true"/>
<add key="IssueDeleteAlert" value="true"/>
<add key="IssueAssignedAlert" value="true"/>
<add key="IssueClosedAlert" value="true"/>
<add key="IssueResolvedAlert" value="true"/>
<add key="IssueWatcherAlert" value="true"/>

but non of the above works

 

PLEASE PLEASE HELP HELP


AlejoMolina
· 1
AlejoMolina
helpful
0
not helpful

Which version of Gemini are you using?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

i have 2.1.1


AlejoMolina
· 1
AlejoMolina
helpful
0
not helpful

Can it be a firewall issue?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I dont have Firewall

and on the development machine we are connecting to internet through Modem and by a LAN, none of them works ????

what more can i do


AlejoMolina
· 1
AlejoMolina
helpful
0
not helpful

We will be releasing 2.2 beta 1 next week in which we have completely rewritten the mail plugin AND the SMTP does not reply on any Microsoft components.  In the next release we will ship a Windows Service (Gemini Scheduler Service) that sends emails. For those users who do not/cannot deploy Windows Service, the newly re-vamped Mail Plugin will be a fallback option.

Suggest you try the beta next week and report back any problems ASAP.

Please bear with us.


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

thanxs

 

ill`ve waiting


AlejoMolina
· 1
AlejoMolina
helpful
0
not helpful

I already install the new beta version but still cant send emails

First of all, i follow the steps about the new SchedulerService, but dont start receiving notifications.

The new Service has hist own .config file, where u have to configure the access to the WebServices url and the next parameters

GeminiWebServicesSecurityTokenUsername

GeminiWebServicesSecurityTokenPassword

but nothing seems 2 happens

 

please please

i need it so urgent

My bussiness cant wait for ever and ever, i`ven delaying the pass 2 production server untils these release for almost 15 days, but if this doesnt works u have to stop the adquisition process of comercial license and start using a product 3 times costly that personaly dont like so much because the functionality list

Please can u Help ME

 

 


AlejoMolina
· 1
AlejoMolina
helpful
0
not helpful

Do you get any errors in windows event viewer?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

nothing


AlejoMolina
· 1
AlejoMolina
helpful
0
not helpful

When i try to start the Scheduler Service i get the next message

  "The service CounterSoft Gemini Scheduler Service began in local Equipment and later it stopped. Some services stop automatically if they do not have anything to do, for example, the service Alert and registries of yield. "   and the service doesnt start  


AlejoMolina
· 1
AlejoMolina
helpful
0
not helpful

ive reinstalled Gemini on a different machine and right now the service its runnig

ive create a new comment on a issue but dont receive mail

im looking at the SystemLog on the Administrator menu and there are no entries

can u help me???


AlejoMolina
· 1
AlejoMolina