How to send an email with the following server parameters?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
seedeg
Forum Newbie
Posts: 2
Joined: Fri Feb 13, 2009 5:11 am

How to send an email with the following server parameters?

Post 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...
mintedjo
Forum Contributor
Posts: 153
Joined: Wed Nov 19, 2008 6:23 am

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

Post by mintedjo »

Use asp xD
seedeg
Forum Newbie
Posts: 2
Joined: Fri Feb 13, 2009 5:11 am

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

Post 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...
User avatar
Salaria
Forum Commoner
Posts: 34
Joined: Fri Feb 13, 2009 2:50 am
Location: India
Contact:

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

Post 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.
Post Reply