Email form submit shows email log -


i completed 1.0 version of website , uploaded dreamhost’s server, i’m having issues submitting email form. when host locally, goes through no problems. however, when on server, displays email log:

server -> client: 220 smtp.postmarkapp.com esmtp sc-iad-smtp2 client -> server: ehlo [website] server -> client: 250-smtp.postmarkapp.com250-pipelining250-size 20480000250-vrfy250-etrn250-starttls250-auth plain login cram-md5 digest-md5250-auth=plain login cram-md5 digest-md5250-enhancedstatuscodes250-8bitmime250 dsn client -> server: auth login server -> client: 334 vxnlcm5hbwu6 client -> server: nzi2nzexnwitnzywnc00zde2ltk0mmetndiwm2y5ntm2njk5 server -> client: 334 ugfzc3dvcmq6 client -> server: nzi2nzexnwitnzywnc00zde2ltk0mmetndiwm2y5ntm2njk5 server -> client: 235 2.7.0 authentication successful 

i’m using postmark app while hosted on dreamhost.

i’ve tried editing field:

if (!$mail->send()) { echo "there problem sending email:" . $mail->errorinfo;         exit;     } 

by adding:

else {         header (“location: [insert form confirmation page here]”) } 

but logs command on page. can please me understand why happening on server , how fix it?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -