Subject: Using SMTP email
Ok......I have set up the email info for using the SMTP email function as follows:
SMTP server : mail.mydomain.net
SMTP sender address : webmaster@mydomain.net
Username for SMTP AUTH : webmaster@mydomain.net
Password for SMTP AUTH : ********
My first question is do I even have this info correct? I assume these are the same settings that I use for my email client...I am a little unsure as to why I am still getting an error when I try to send email to a user. I do not think that I am able to use the PHP mail function (nothing happens with this when I try to send mail...al I get is a blank screen), unless my host has that capability, then I would have to look that up.
When I send an email with my SMTP settings, I get an error that says the email could not be sent, and when I look at the log all it says is User_error for the email I just tried to send with no additional info.
Anyone able to help me with this? I really would like to get this forum posted to the public without having to notify everyone that the email function isn't working yet.
Any help greatly appreciated!!
S.C.
SMTP server : mail.mydomain.net
SMTP sender address : webmaster@mydomain.net
Username for SMTP AUTH : webmaster@mydomain.net
Password for SMTP AUTH : ********
My first question is do I even have this info correct? I assume these are the same settings that I use for my email client...I am a little unsure as to why I am still getting an error when I try to send email to a user. I do not think that I am able to use the PHP mail function (nothing happens with this when I try to send mail...al I get is a blank screen), unless my host has that capability, then I would have to look that up.
When I send an email with my SMTP settings, I get an error that says the email could not be sent, and when I look at the log all it says is User_error for the email I just tried to send with no additional info.
Anyone able to help me with this? I really would like to get this forum posted to the public without having to notify everyone that the email function isn't working yet.
Any help greatly appreciated!!
S.C.

singingcrane
Show profile
Link to this post
You could open an SMTP connection yourself (see "google rfc smtp" on how to speak it) and see what it responds to your EHLO command. That reply contains a list of supported AUTH methods.