Page 1 of 1

How to send an email with the following server parameters?

Posted: Fri Feb 13, 2009 5:15 am
by seedeg
Hi,

I am using a mail server which requires the following settings to work:

Mailer: SMTP Server
SMTP Authentication: Yes
SMTP Username: *****
SMTP Password: *****
SMTP Host: ****

PHP.ini only allows you to set the smtp server.

What can I do to use these settings to send mail?

Please somebody help me out.

Thanks...

Re: How to send an email with the following server parameters?

Posted: Fri Feb 13, 2009 5:53 am
by mintedjo
Use asp xD

Re: How to send an email with the following server parameters?

Posted: Fri Feb 13, 2009 6:01 am
by seedeg
I dont have time to switch now... I completed a multilingual form and all I require is to set these settings and Im good to go.

I mean... Im sure there is a way how you can do it int PHP because PHP can do whatever ASP and ASP.net can do...

Please somebody help me out...

Re: How to send an email with the following server parameters?

Posted: Fri Feb 13, 2009 7:00 am
by Salaria
Hey, Here is the code which help you to send email using SMTP authentication http://email.about.com/od/emailprogramm ... 073006.htm

I think this will help you.