Hallo, I'm quite knew and learning.
I'm building my new site, in this site I made a contact form, so customers can contact me.
It should be possible using the PHP command "mail" to send a mail to an address defined after the mail command. PHP should send this mail fram the [email protected] mail address.
However this does not seem to work. I suspect that it has to do with the fact that the server only supports incoming post not outgoing.
If I look at the DNS mannegment it states this for PO and SMPt:
ftp A 92.48.206.81
localhost A 127.0.0.1
mail A 92.48.206.81
pop A 92.48.206.81
smtp A 92.48.206.81
www A 92.48.206.81
How can I change the smtp so I can use the smtp of my provider for the outgoing mail and ad the username and password required for that smtp account??
Best regards Ardita
I'm building my new site, in this site I made a contact form, so customers can contact me.
It should be possible using the PHP command "mail" to send a mail to an address defined after the mail command. PHP should send this mail fram the [email protected] mail address.
However this does not seem to work. I suspect that it has to do with the fact that the server only supports incoming post not outgoing.
If I look at the DNS mannegment it states this for PO and SMPt:
ftp A 92.48.206.81
localhost A 127.0.0.1
mail A 92.48.206.81
pop A 92.48.206.81
smtp A 92.48.206.81
www A 92.48.206.81
How can I change the smtp so I can use the smtp of my provider for the outgoing mail and ad the username and password required for that smtp account??
Best regards Ardita