vendredi 15 juillet 2016

Mail not sending from ewebguru domain Rails

I have a domain techo.com (bought from ewebguru) and I'm tryng to send mail from my rails app but mail is not sending I'm using following code configuration in production and development :

{
  :user => 'abcd@techo.com',
  :password => '*********',
  :domain => 'techo.com',
  :port => 25,
  :authentication => :none 
}

somebody suggest me to do these :

User: mail id
Password: mail id password
SMTP Server: tecorb.com
SMTP Port: 25
POP Port: 110
SSL Authentication:None

I'm not getting how to configure these into my development.

Please suggest me.

Aucun commentaire:

Enregistrer un commentaire