problem in sending mail

Status
Not open for further replies.

idrees

New Member
Messages
15
Reaction score
0
Points
0
web mail

sir, please tell me how to use smtp instead of php mail
what is the smtp password and user name?
is smtp server "mail.mydomain.com"?

my website address is http://12help.elementfx.com/
 
Last edited:

Russ

<b>Retired *****</b>
Messages
3,168
Reaction score
2
Points
38
Go into cPanel, and create an email account; it will generate a code like this when you do.

Manual Settings
Mail Server Username: USERNAME+12help.elementfx.com
Incoming Mail Server: mail.12help.elementfx.com
Incoming Mail Server: (SSL) stoli.x10hosting.com
Outgoing Mail Server: mail.12help.elementfx.com (server requires authentication) port 25
Outgoing Mail Server: (SSL) mail.12help.elementfx.com (server requires authentication) port 465
Supported Incoming Mail Protocols: POP3, POP3S (SSL/TLS), IMAP, IMAPS (SSL/TLS)
Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)
 

idrees

New Member
Messages
15
Reaction score
0
Points
0
hello,
i m using php mail for contact us script it was working fine but now when i send mail i got an error message "error to sending mail". when i use smtp
(smtp server as mail.12help.elementfx.com, smtp user as admin+12help.elementfx.com and password as my webmail password. my web mail is admin@12help.elementfx.com and my site url is 12help.elementfx.com) igot an error message " There was an error sending your message: Failed to connect to localhost:25 [SMTP: Failed to connect socket: Connection refused (code: -1, response: )]"

when i use web mail for sending message i also got same error. in webmail i have set my default identity admin@12help.elementfx.com.

all of my mail script worked well problem only occured at last night.


so please help me how to solve my send mail problem.
i m also unable to send email from yahoo and rediff to my email address admin@12help.elmentfx.com.
i got failure delivery mesaage.

please please help me

thank you
 
Status
Not open for further replies.
Top